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
7,078 results
đŹ How many times have you encountered a NullPointerException in #Java? That's why Optional exists: a class designed to handle ...
5,647 views
10 months ago
For updates and more, join our community https://www.linkedin.com/company/devoxx-united-kingdom A whimsical look at ...
746 views
9 months ago
Learn how to use Java Optional to chain data processing, avoid NullPointerException, and write cleaner code. Discover when to ...
12 views
6 months ago
Learn how to effectively compare an `Optional Long ` with a `Long` value in Java to avoid common pitfalls and ensure accurate ...
0 views
En este video aprenderås a usar Optional en Java, una herramienta poderosa para evitar errores con null y escribir código mås ...
253 views
In this video, we dive deep into one of the most important features introduced in Java 8 â Optional! đ If you have ever faced ...
2,646 views
3 months ago
Learn everything you need to know about Java's Optional class in just 60 seconds! Understand how to avoid NullPointerException ...
26 views
11 months ago
Say goodbye to NullPointerExceptions forever! This 2-minute guide reveals how Java's Optional class can transform your error ...
637 views
NullPointerExceptionâ is one of the most common problems in Java. To handle this safely, Java 8 introduced the Optional class.
74 views
5 months ago
In this video, we're going to explore the concept of Java Optional, a powerful tool in software engineering that simplifies the way ...
22 views
In this video, we break down the Optional class introduced in Java 8âa powerful tool to handle null values safely and elegantly.
40 views
8 months ago
Explore the difference between `Optional.ofNullable()` and `Optional.of()` in Java, their uses, and when to prefer one over the ...
16 views
Java8#Optional #JavaOptional #JavaInterview #SpringBoot #JavaDeveloper #BackendDevelopment #CleanCode #JavaTutorial ...
24 views
3 weeks ago
Learn how to effectively use `Java Optional` and avoid the common pitfalls with the `orElse` statement. Unravel the complexities ...
In this quick Java tutorial, we dive into the Optional class - one of the most useful tools in modern Java programming. Whether ...
239 views
Learn how to enhance your Java code by utilizing `Optional.map()` to streamline your method implementations and improve ...
3 views
Java 8 Optional | How to Use Java Optional | Java Optional | Java Optional vs Null | Best Practices for Developers ...
375 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
Tired of NullPointerException errors ruining your Java code? In Part 1 of this Java 8 Optional series, you'll learn how to handle ...
59 views
Discover how to utilize `Optional` in Java to simplify null checks effectively and elevate your code quality. --- This video is based ...
5 views