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
53,725 results
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
63,109 views
9 years ago
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,795 views
Que pasó, muy buenas, vamos con unos ejemplos para aprender y entender esta clase del jdk, que nos ayuda con los ...
2,429 views
5 years ago
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
349 views
1 year ago
As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...
8,626 views
2 years ago
Confused about handling NullPointerException in Java? This video will give you a complete understanding of how to solve it ...
2,452 views
3 months ago
This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...
140,722 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 ...
25,150 views
4 years ago
Bienvenidos al video número 24 del curso de Java desde cero! En este video, aprenderemos sobre la clase Optional en Java, ...
169 views
3 years ago
This tutorial explains everything you need to know about Java Optionals to make you an expert. Check out my other links below ...
726 views
Optional appeared in Java 8 and was expanded in subsequent versions of the language. It is a powerful tool that allows for ...
11,241 views
6 years ago
This video explains about Optional. What is the importance of optional in Java software development. Ways in which the methods ...
44 views
In this video, we dive deep into the Java Optional class, one of the most important concepts introduced in Java 8 to handle null ...
3,621 views
2 months ago
We look at migrating from Java Optional to Kotlin nullable, Chapter 4 of Java to Kotlin, A Refactoring Guidebook ...
1,630 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 ...
260 views
10 months ago
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,746 views
Java 8 optional | optional class | optional class interview questions | java 8 interview | okay java Java 8 Optional class ...
15,980 views
In this video, we dive deep into one of the most important features introduced in Java 8 — Optional! 🚀 If you have ever faced ...
4,662 views
7 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,617 views
Source Code: https://github.com/mustofa-kamal/EssentialJava/blob/main/src/main/java/com/essential/optional/OptionalMain.java.
17 views