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,053 results
In this video, we'll describe typical use cases for Optionals in Java with practical examples and compare these to the previous ...
1,947 views
2 years ago
Java's Optional API is a powerful tool for avoiding null pointer exceptions and writing more robust code. However, even Optional ...
1,446 views
This video is part of an online course, Intro to Java Programming. Check out the course here: ...
803 views
10 years ago
535 views
The eighteenth part of the SML language course.
1,671 views
12 years ago
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,736 views
3 years ago
How & When To Use JAVA-OPTIONAL-Methods empty, Of, OfNullable ??
195 views
How to Use Optional Class in Java | Get Value | IsEmpty | IfPresent | orElse | Java Programming How to use optional in Java?
378 views
4 years ago
The Scala functional subset consists of using FP functions everywhere in our codebase, plus two additional requirements.
1,057 views
Get more recipes like this one in my new book Hibernate Tips: More than 70 solutions to common Hibernate problems: ...
892 views
8 years ago
In this video, we explore how to handle null values effectively in Java. We start with the traditional approach using if-else checks ...
25 views
11 months ago
What is the Optional class in Java 8?|Null Handling What is the benefit of the Optional class in Java 8? How do you write Optional ...
138 views
How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for ...
21,746 views
JetBrains loves all programming languages, and developers of all types! This May, Java turns 25 years old! To celebrate Java's ...
46,310 views
5 years ago
1,776 views
7 years ago
How do you write optional in Java 8? |Optional Class What are the advantages of using the optional class? Is optional better than ...
221 views
Introductory video of the Rviewer challenge: 'Optional, a new hope', created by Javier de Arcos. Do you want to solve this ...
88 views
Java JOptionPane joptionpane MessageDialog Swing GUI tutorial for beginners #Java #JOptionPane #optionpane ...
112,088 views
Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...
30,247 views
An optional is like a wrapped box that might be empty. That is the “option”: it might have a value, or it might be nil.
4,286 views
9 years ago