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
31,572 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
Confused about handling NullPointerException in Java? This video will give you a complete understanding of how to solve it ...
2,459 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,725 views
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
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
349 views
1 year 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 ...
25,153 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
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,640 views
2 months 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
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
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
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 one of the most important features introduced in Java 8 — Optional! 🚀 If you have ever faced ...
4,664 views
7 months ago
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
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
😬When you look at functional programming with its isolated concepts, it seems a little "strange," but... What if we put all ...
5,062 views
In data-oriented programming (DOP), we model data as data and polymorphic behavior with pattern matching. This talk will ...
18,929 views