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
25,192 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,775 views
9 years ago
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
63,089 views
As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...
8,576 views
2 years ago
Que pasó, muy buenas, vamos con unos ejemplos para aprender y entender esta clase del jdk, que nos ayuda con los ...
2,425 views
5 years ago
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
347 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 ...
140,570 views
Confused about handling NullPointerException in Java? This video will give you a complete understanding of how to solve it ...
2,201 views
3 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 ...
25,105 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 ...
724 views
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,745 views
Optional appeared in Java 8 and was expanded in subsequent versions of the language. It is a powerful tool that allows for ...
11,234 views
6 years ago
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
This video explains about Optional. What is the importance of optional in Java software development. Ways in which the methods ...
44 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,615 views
Java 8 optional | optional class | optional class interview questions | java 8 interview | okay java Java 8 Optional class ...
15,976 views
Java 8 Version introduced a significant number of features that changed the way developers write Java applications. Here are ...
42,263 views
In data-oriented programming (DOP), we model data as data and polymorphic behavior with pattern matching. This talk will ...
18,905 views
Check out more great lessons via this link: http://coderscampus.com/blog NullPointerExceptions are a royal pain in the butt.
344 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 ...
217 views