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
557 results
Java 8 Optional Class - Complete Interview Guide In this video, we cover one of the most important Java 8 concepts asked in ...
175 views
6 months ago
This 2-minute guide reveals how Java's Optional class can transform your error handling and make your code dramatically ...
575 views
8 months ago
In this video, we explain Optional in Java – introduced in Java 8 to handle null values safely. ✓ Avoid NullPointerException ...
358 views
2 months ago
Optional Class in Java Optional is a container object introduced in Java 8 to avoid NullPointerException. ✔️ Holds a value or ...
143 views
5 months ago
Dive into the usage of the `Optional` class in Java 8, learn how to apply it effectively, and resolve common issues with practical ...
0 views
In this video, we explain the Optional class in Java — why it was introduced, how it prevents NullPointerException, and how to use ...
102 views
3 weeks ago
In Java 8, the Optional class was introduced as a container object which may or may not contain a non-null value. It helps avoid ...
13 views
9 months ago
Explore the powerful Java Optional class to handle null values gracefully without NullPointerExceptions. #Java #Optional #Java8 ...
299 views
... in Java Java programming tips Clean code in Java Java Optional explained Java Optional example Optional class Java 8 Avoid ...
26 views
NullPointerException is one of Java's most common runtime errors, but did you know you can avoid it with a powerful tool ...
18 views
11 months ago
19 views
Unlock the power of Java 8 in under a minute! This concise tutorial covers some of Java 8's most impactful features that ...
17 views
4 months ago
Learn Java's most powerful features in just 60 seconds! From lambda expressions and functional interfaces to the modern ...
179 views
Java Optional Class Unlock the power of Java 8 with our quick guide on **Optional**! Dive into the world of null safety ...
154 views
7 months ago
Still using `null` in your Java code? Let me show you how `Optional` makes your code cleaner, safer, and more readable using ...
1,534 views
Learn how to effectively use `Java 8 Optional` features to handle multiple null checks without cluttering your code. Discover ...
Learn how to safely get the first element from a Java Stream using findFirst() and Optional—explained step-by-step in under 60 ...
306 views
Is This the Correct Way to Use Optional in Java for Returning Values? Since Java 8, the Optional class has been a powerful ...
3 views
Learn how to effectively use `Optional` in Java 8 to manage potential null values without running into exceptions. This guide ...
2 views
3 months ago
Get Free GPT4.1 from https://codegive.com/ea056e8 ## Java Optional as a Return Type: A Comprehensive Guide The `java.util.