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
13,038 results
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,164 views
4 years ago
Full tutorial on Optionals in Java! Thanks to FlexiSpot for sponsoring! 🖥️ Get your coupon code for an extra $30 OFF through my ...
272,502 views
Confused about handling NullPointerException in Java? This video will give you a complete understanding of how to solve it ...
2,517 views
3 months ago
De Desarrollador a Arquitecto Senior - https://www.codeja.dev/bootcamp CodeJa | Aprende JAVA con EJERCICIOS ...
7,045 views
3 years ago
In this video of code decode we have covered Java 8 Optional class Interview Questions and Answers for freshers and ...
107,191 views
Con Optional puedes introducir en tu aplicación Java el concepto de valores opcionales; es decir, tu función te devuelve una caja ...
10,136 views
Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://paypal.me/engineeringdigest Perks: ...
49,809 views
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
63,116 views
9 years ago
Join my Patreon: https://www.patreon.com/PeachezProgramming LinkTree: https://linktr.ee/peachezprogramming Introduced in ...
613 views
1 year ago
Java Optionals allows you to eliminate NullPointerExceptions throughout your codebase and create client AP's that are easy to ...
106,077 views
7 years ago
Hello Everyone, Continuing with Java 8 Features, this is the 5th Video in that series. In this video we'll see what is Optional which ...
749 views
As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...
8,630 views
2 years ago
In this video, we discussed what is optional class in Java and showed various methods present in Optional Class in Java.
18,039 views
In this video, we break down the Optional class introduced in Java 8—a powerful tool to handle null values safely and elegantly.
46 views
Learn to use Optional provided in Java 8. It is used to avoid null pointer exceptions. Learn RabbitMQ : Messaging with Java, ...
4,439 views
6 years ago
In this video, we deep dive into Java 8 Optional Class with an example. #java #java8 #javaoptionalclass #javatutorial.
47 views
This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...
140,758 views
5 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,797 views
Are you tired of dealing with those pesky null checks in your Java code? Look no further! In this captivating and informative video, ...
2,234 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,617 views