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
3,242 results
Say goodbye to NullPointerExceptions forever! This 2-minute guide reveals how Java's Optional class can transform your error ...
648 views
10 months ago
Learn how to use Java Optional to chain data processing, avoid NullPointerException, and write cleaner code. Discover when to ...
12 views
7 months 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
11 months ago
Learn everything you need to know about Java's Optional class in just 60 seconds! Understand how to avoid NullPointerException ...
26 views
Explore the difference between `Optional.ofNullable()` and `Optional.of()` in Java, their uses, and when to prefer one over the ...
17 views
9 months ago
Get Free GPT4.1 from https://codegive.com/ea056e8 ## Java Optional as a Return Type: A Comprehensive Guide The `java.util.
0 views
8 months ago
Learn how to enhance your Java code by utilizing `Optional.map()` to streamline your method implementations and improve ...
3 views
Learn how to effectively use `Optional` in Java 8 to manage potential null values without running into exceptions. This guide ...
5 months ago
Learn how to effectively compare an `Optional Long ` with a `Long` value in Java to avoid common pitfalls and ensure accurate ...
Understanding the Issue with Optional in Java When working with Java's Optional, developers often encounter issues related to ...
6 views
Discover how to efficiently handle `Optional` in Java 8 by understanding the nuances of `orElse` vs `orElseGet` for better code ...
1 view
Learn how to effectively use `Optional` in Java to check for null or empty strings and return a default value. --- This video is based ...
Discover why using `Optional.empty().orElse("test")` results in a type error and learn how to solve it effectively. --- This video is ...
Learn the best practices for using `Optional` in Java, specifically to avoid NullPointerExceptions in code. This guide explores ...
Discover the best practices for using `Optional` in Java through a clear conversion example, and understand its advantages ...
Discover how to create a `HashMap` in Java that effectively uses `Optional` to avoid null checks. Learn about custom retrieval ...
2 views
Learn how to handle and return a `Set` from an `Optional` in Java, avoiding common pitfalls and ensuring proper handling of ...
Explore the key differences between `Mono.map` and `java.util.Optional.map`, and discover how to deal with null values efficiently ...
Learn how to elegantly handle potential `NullPointerExceptions` when chaining map methods in Java using `Optional`, ensuring ...
Discover a more efficient way to handle deletions with Java Optionals, ensuring best practices in your code. --- This video is based ...