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
9,587 results
Join this channel to get access to perks: https://www.youtube.com/channel/UCDJ2HAZ_hW-DMJj_U0zN38w/join Chapters: 00:00 ...
4,269 views
3 weeks ago
😬 How many times have you encountered a NullPointerException in #Java? That's why Optional exists: a class designed to handle ...
5,234 views
7 months ago
Cracking the #Java #Coding #Interview - Question 268: Why do you need Optional? Watch all the questions here: ...
26,457 views
6 months ago
Link to GitHub: https://github.com/Rutger-van-Velzen Link to Kata: ...
22 views
10 months ago
For updates and more, join our community https://www.linkedin.com/company/devoxx-united-kingdom A whimsical look at ...
663 views
See how a Senior Developer handles null checks in Java using the Optional API, compared to a Junior Developer who still uses ...
1,988 views
Say goodbye to NullPointerExceptions forever! This 2-minute guide reveals how Java's Optional class can transform your error ...
580 views
8 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
🎁 FREE SPRING BOOT COURSE - https://tdylk.cc/aEdZEqUc 🎁 FREE JAVA COURSE - https://tdylk.cc/0hRMcFYT 🎯 MENTORING - https ...
1,246 views
NullPointerException” is one of the most common problems in Java. To handle this safely, Java 8 introduced the Optional class.
69 views
3 months 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,310 views
1 month ago
In this video, we break down the Optional class introduced in Java 8—a powerful tool to handle null values safely and elegantly.
38 views
In this video, we explain Optional in Java – introduced in Java 8 to handle null values safely. ✓ Avoid NullPointerException ...
358 views
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
Safely Handle Null Values with Optional in Java.
52 views
11 months ago
Optional Class In Java | Java 8 Features | Java 8 Interview Questions | What is Optional Class in Java 8?
105 views
... see how we can use optional classes in Java optional is a container class introduced in Java 8 to represent optional or better to ...
252 views
2 months ago
Java 8 Optional – NullPointerException से बचने का सही तरीका! Clean और Safe Code का एक नया ...
24 views
Discover why using `Optional.empty().orElse("test")` results in a type error and learn how to solve it effectively. --- This video is ...
1 view
The Java Optional was created to help us avoid the dreaded NullPointerException, but it has its own trap: ...
145 views
4 months ago