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,614 results
Join this channel to get access to perks: https://www.youtube.com/channel/UCDJ2HAZ_hW-DMJj_U0zN38w/join Chapters: 00:00 ...
4,867 views
1 month ago
This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...
137,957 views
4 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 ...
24,351 views
3 years ago
In this video, we dive deep into one of the most important features introduced in Java 8 — Optional! 🚀 If you have ever faced ...
1,562 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,007 views
2 years ago
As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...
7,608 views
1 year ago
You may be hearing a lot of buzz around functional programming. For example, Java 8 recently introduced new features (lambda ...
5,063 views
9 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,595 views
5 years ago
Java 8 optional | optional class | optional class interview questions | java 8 interview | okay java Java 8 Optional class ...
15,741 views
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
62,484 views
Hello, Java enthusiasts! In today's ProgrammingKT tutorial, we're diving into the versatile world of Java 8 Optional class ...
185 views
"Are null values causing headaches in your Java projects?" Learn how to eliminate NullPointerExceptions using the powerful ...
1,401 views
11 months ago
Check out more great lessons via this link: http://coderscampus.com/blog NullPointerExceptions are a royal pain in the butt.
338 views
8 years ago
In this course, you learn Java 8 features with coding examples. #java8 #java #course Java 8 Main Features - Java 8 Lambda ...
385,299 views
Java 8 Version introduced a significant number of features that changed the way developers write Java applications. Here are ...
37,281 views
Optional class in java | Java Optional Class In this video, I am going to explain java 8 optional class step by step with example and ...
139 views
... what we need is null so this is even if we would like to use null we can use it with optional using or else and oral sense java 8.
4,005 views
In this Video, we are going to discuss the following Topics, 1) Java Optional-class Methods with Functional-Interfaces(**) 2) Java8 ...
28 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(), ...
7 months 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,460 views