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
24,234 results
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,596 views
8 years ago
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
62,662 views
9 years ago
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
325 views
1 year 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
5 years ago
Comunidad, Hoy daremos un vistazo a Java Optional Class y ver los beneficios que podemos obtener en el manejo de valores ...
3,305 views
As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...
7,946 views
This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...
139,061 views
This tutorial explains everything you need to know about Java Optionals to make you an expert. Check out my other links below ...
710 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,714 views
3 months ago
You may be hearing a lot of buzz around functional programming. For example, Java 8 recently introduced new features (lambda ...
5,075 views
Check out more great lessons via this link: http://coderscampus.com/blog NullPointerExceptions are a royal pain in the butt.
338 views
This video explains about Optional. What is the importance of optional in Java software development. Ways in which the methods ...
44 views
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,741 views
3 years ago
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
Episodio 91: In questo Tutorial del nostro CORSO JAVA in ITALIANO scopriamo gli Optional: ci permettono di evitare tante ...
737 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 ...
254 views
6 months ago
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,625 views
Source Code: https://github.com/mustofa-kamal/EssentialJava/blob/main/src/main/java/com/essential/optional/OptionalMain.java.
16 views
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,604 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