Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
29,398 results
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
62,645 views
9 years ago
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
321 views
1 year ago
This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...
138,992 views
5 years ago
You may be hearing a lot of buzz around functional programming. For example, Java 8 recently introduced new features (lambda ...
5,073 views
The Optional class was introduced in Java 8 in order to solve a narrow but frequently occurring problem: what to return if you have ...
32,582 views
8 years ago
Que pasó, muy buenas, vamos con unos ejemplos para aprender y entender esta clase del jdk, que nos ayuda con los ...
2,399 views
This video explains about Optional. What is the importance of optional in Java software development. Ways in which the methods ...
44 views
Java introduced a new class Optional in JDK 8. It is a public final class and is used to deal with NullPointerException in Java ...
24,610 views
3 years ago
Optionals were introduced to us in Java 8 and is a great way to utilise functional programming in our code. In this video, we will go ...
51 views
Comunidad, Hoy daremos un vistazo a Java Optional Class y ver los beneficios que podemos obtener en el manejo de valores ...
3,304 views
In this video, we dive deep into one of the most important features introduced in Java 8 — Optional! 🚀 If you have ever faced ...
2,619 views
3 months ago
As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...
7,927 views
Source Code: https://github.com/mustofa-kamal/EssentialJava/blob/main/src/main/java/com/essential/optional/OptionalMain.java.
16 views
En este video aprenderás a usar Optional en Java, una herramienta poderosa para evitar errores con null y escribir código más ...
253 views
6 months ago
Java Optional is a container object which may or may not contain a non-null value. If a value is present, isPresent() will return true ...
6,603 views
Optional class is a very powerful tool at hand that we use every day or when are using Stream APIs. But do you use the Optional ...
216 views
... space of java some um not some most of the developers even myself would like to use it and especially this optional plus is very ...
4,007 views
4 years ago
Optional w Javie to nie tylko metody .isPresent() i .get(), lecz cała gama o wiele ciekawszych możliwości. Wpis na blogu: ...
5,197 views
7 years ago
This video describes Optional data type in depth. Below are the concepts which are explained with code examples: 1. Introduction ...
19 views
Java 8 has a new, extremely useful class: Optional! It allows you to create methods that don't return 'null', making ...
22,432 views
6 years ago