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
199,477 results
Full tutorial on Optionals in Java! Thanks to FlexiSpot for sponsoring! 🖥️ Get your coupon code for an extra $30 OFF through my ...
261,431 views
3 years ago
Java's Optional class was introduced in 2014 to allow developers to represent the empty state. But what exactly does that mean?
7,164 views
Con Optional puedes introducir en tu aplicación Java el concepto de valores opcionales; es decir, tu función te devuelve una caja ...
9,378 views
2 years ago
Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...
290 views
1 year ago
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...
62,481 views
9 years ago
This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...
137,922 views
4 years ago
Java Optionals allows you to eliminate NullPointerExceptions throughout your codebase and create client AP's that are easy to ...
105,427 views
6 years ago
😬 How many times have you encountered a NullPointerException in #Java? That's why Optional exists: a class designed to handle ...
5,284 views
8 months ago
In this video, we'll describe typical use cases for Optionals in Java with practical examples and compare these to the previous ...
1,957 views
Join this channel to get access to perks: https://www.youtube.com/channel/UCDJ2HAZ_hW-DMJj_U0zN38w/join Chapters: 00:00 ...
4,776 views
1 month ago
Java Is it ok to use `Optional` as parameter type? Overloading is an alternative, but how well does it stack up? Thoughts on this ...
12,956 views
The Java Optional class was introduced in Java 8 in order to help stop the propagation of null being returned to client facing ...
5,713 views
De Desarrollador a Arquitecto Senior - https://www.codeja.dev/bootcamp Formación para Empresas ...
6,756 views
Java Optional map() And flatMap() Super Simple Example, showing the differences.
1,846 views
5 years ago
The Optional class was introduced in Java 8 in order to solve a narrow but frequently occurring problem: what to return if you have ...
32,457 views
8 years ago
This video will explore the Optional class and the API methods that are introduced with it in Java 8. The Optional class will enable ...
1,247 views
Link to GitHub: https://github.com/Rutger-van-Velzen Link to Kata: ...
22 views
11 months ago
This video talks about the how to use the Optional.stream() method to integrate Java Optionals into the Java stream pipeline.
540 views
Do you know how to use "Either" type in Java to write beautiful functional code? Particularly for error handling? Do watch till end.
1,319 views
Using Optionals in Java Welcome to Code Riverside. An Optional in Java is a container object that may or may not contain a ...
726 views
Java introduced a new class Optional in JDK 8. It is a public final class and is used to deal with NullPointerException in Java ...
24,345 views
Join my Patreon: https://www.patreon.com/PeachezProgramming LinkTree: https://linktr.ee/peachezprogramming Introduced in ...
459 views
Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://paypal.me/engineeringdigest Perks: ...
41,646 views
In this video of code decode we have covered Java 8 Optional class Interview Questions and Answers for freshers and ...
104,044 views
Notes on how to use the Optional class in Java https://www.oracle.com/technical-resources/articles/java/java8-optional.html 0:00 ...
1,419 views