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
2,694 results
Confused about handling NullPointerException in Java? This video will give you a complete understanding of how to solve it ...
2,521 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,761 views
5 years 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,168 views
4 years 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
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
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
63,118 views
9 years ago
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
3 years ago
Java 8 optional | optional class | optional class interview questions | java 8 interview | okay java Java 8 Optional class ...
15,980 views
Java 8 Version introduced a significant number of features that changed the way developers write Java applications. Here are ...
42,530 views
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
Functions are fun. Do you want to turn 20 lines of code into 5, perhaps. Well then you should learn what Java has to offer when it ...
615,657 views
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
351 views
1 year ago
The Java 8 release takes Java to a whole new level. Learning the new features is just the first step. The real question is how to ...
65,619 views
10 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 ...
217 views
In this video, we will go through some of the major methods and features of the Java Optional class! Hope you enjoy this video!
51 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,765 views
Hello, Java enthusiasts! In today's ProgrammingKT tutorial, we're diving into the versatile world of Java 8 Optional class ...
194 views
Learn how to use the Optional class in Java 8 like a pro! In this video, we cover all the essential methods such as of(), empty(), ...
11 views
Optional class in java 8 || Why Optional in java 8 optional class in java 8 optional optional in java optional class in java 8 in hindi ...
50 views
Java 8 Optional Class. Optional is a container object used to contain not-null objects. Optional object is used to represent null with ...
389 views