ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,896 results

Concept && Coding - by Shrayansh
Master Java Optional from Java 8 to 11 | All Methods with Real Examples

Join this channel to get access to perks: https://www.youtube.com/channel/UCDJ2HAZ_hW-DMJj_U0zN38w/join Chapters: 00:00 ...

1:13:53
Master Java Optional from Java 8 to 11 | All Methods with Real Examples

4,782 views

1 month ago

TodoCode
OPTIONALS in Java 📦 | SIMPLE Explanation | Functional Programming Course

😬 How many times have you encountered a NullPointerException in #Java? That's why Optional exists: a class designed to handle ...

12:25
OPTIONALS in Java 📦 | SIMPLE Explanation | Functional Programming Course

5,284 views

8 months ago

Rutger van Velzen
Java Optional, nested objects

Link to GitHub: https://github.com/Rutger-van-Velzen Link to Kata: ...

5:50
Java Optional, nested objects

22 views

11 months ago

Devoxx UK
Optional - What is it good for? by Chris Davis

For updates and more, join our community https://www.linkedin.com/company/devoxx-united-kingdom A whimsical look at ...

12:08
Optional - What is it good for? by Chris Davis

671 views

7 months ago

Clean Codr
Java Optional - The Simplified Solution Explained

In this video, we're going to explore the concept of Java Optional, a powerful tool in software engineering that simplifies the way ...

7:33
Java Optional - The Simplified Solution Explained

22 views

4 months ago

DevTalk Planet
Java Optional Made Simple – Under 1 Minute

Learn how to use Java Optional to chain data processing, avoid NullPointerException, and write cleaner code. Discover when to ...

0:54
Java Optional Made Simple – Under 1 Minute

11 views

4 months ago

Byte Pint
Stop Writing Null Checks! Java Optional to the Rescue

Say goodbye to NullPointerExceptions forever! This 2-minute guide reveals how Java's Optional class can transform your error ...

2:53
Stop Writing Null Checks! Java Optional to the Rescue

593 views

8 months ago

BITBEE
Java Optional Explained

Description: Avoid NullPointerException with Java's Optional! ✓ Learn how Optional helps handle null values safely using of(), ...

3:25
Java Optional Explained

282 views

10 months ago

Rutger van Velzen
Java optional, When to return an Optional

Link to GitHub: https://github.com/Rutger-van-Velzen Link to Kata: ...

3:10
Java optional, When to return an Optional

29 views

10 months ago

ValDorIng
Optional en Java – Adiós a los NullPointerException | CURSO Java Funcional Desde Cero

En este video aprenderás a usar Optional en Java, una herramienta poderosa para evitar errores con null y escribir código más ...

25:51
Optional en Java – Adiós a los NullPointerException | CURSO Java Funcional Desde Cero

244 views

4 months ago

H Y R Tutorials - Telugu
P82 - Optional in Java | Core Java | Java Programming |

In this video, we dive deep into one of the most important features introduced in Java 8 — Optional! 🚀 If you have ever faced ...

24:39
P82 - Optional in Java | Core Java | Java Programming |

1,520 views

1 month ago

datmt
3 Java Optional Mistakes That Will CRASH Your Production Code

Java Optional seems simple, but these 3 mistakes will break your code in production. Learn the pitfalls that even experienced ...

9:52
3 Java Optional Mistakes That Will CRASH Your Production Code

17 views

5 months ago

ConquerTheFear
Master Java Optional in 60 Seconds! #NullPointerException  #CodingForBeginners #JavaOptional #Java

Learn everything you need to know about Java's Optional class in just 60 seconds! Understand how to avoid NullPointerException ...

0:35
Master Java Optional in 60 Seconds! #NullPointerException #CodingForBeginners #JavaOptional #Java

26 views

9 months ago

IamTheDevCoder
Design Patterns Revisited in Modern Java: Optional, Lambdas, & Purity

Join Venkat Subramaniam for a deep dive into design patterns revisited in modern Java, emphasizing their role as a ...

6:07
Design Patterns Revisited in Modern Java: Optional, Lambdas, & Purity

9 views

1 month ago

Marić Nemanja
Java Optional in Under 10 Minutes – Boost Your Code Quality!

In this quick Java tutorial, we dive into the Optional class - one of the most useful tools in modern Java programming. Whether ...

7:05
Java Optional in Under 10 Minutes – Boost Your Code Quality!

229 views

3 months ago

vlogize
Resolving Java Optional - Understanding the orElse Statement Errors

Learn how to effectively use `Java Optional` and avoid the common pitfalls with the `orElse` statement. Unravel the complexities ...

1:52
Resolving Java Optional - Understanding the orElse Statement Errors

0 views

9 months ago

Dastagiri-Official
Java Optional Class Explained | isPresent, isEmpty, of, ofNullable, empty | Java 8 Tutorial

NullPointerException” is one of the most common problems in Java. To handle this safely, Java 8 introduced the Optional class.

10:30
Java Optional Class Explained | isPresent, isEmpty, of, ofNullable, empty | Java 8 Tutorial

69 views

3 months ago

TechTonic Mindset
What is Optional class in Java 8 ? | Avoid NullPointerException the Smart Way!

In this video, we break down the Optional class introduced in Java 8—a powerful tool to handle null values safely and elegantly.

7:17
What is Optional class in Java 8 ? | Avoid NullPointerException the Smart Way!

38 views

6 months ago

Code Crush
Optional Class In Java | Java 8 Features | Java 8 Interview Questions

Optional Class In Java | Java 8 Features | Java 8 Interview Questions | What is Optional Class in Java 8?

8:18
Optional Class In Java | Java 8 Features | Java 8 Interview Questions

106 views

10 months ago

Prof Libre
Java Notions : Optional - ofNullable - get - orElse

Accéder à la formation : https://www.proflibre.com/Technologie/Java_Notions_:_Optional/7 Accéder à la série ...

16:47
Java Notions : Optional - ofNullable - get - orElse

121 views

11 months ago

Rutger van Velzen
Java Optional, Optional in a nutshell

Link to GitHub: https://github.com/Rutger-van-Velzen Link to Kata: ...

9:06
Java Optional, Optional in a nutshell

19 views

11 months ago

vlogize
Understanding the Optional.empty().orElse("test") Type Error in Java

Discover why using `Optional.empty().orElse("test")` results in a type error and learn how to solve it effectively. --- This video is ...

1:24
Understanding the Optional.empty().orElse("test") Type Error in Java

1 view

7 months ago

CodeWave
java optional as return type

Get Free GPT4.1 from https://codegive.com/ea056e8 ## Java Optional as a Return Type: A Comprehensive Guide The `java.util.

1:17
java optional as return type

0 views

6 months ago

MJ's BACKEND BOOTCAMP
Java 8 Optional Mastery: Eliminate NullPointerException Like a Pro 🔥 | Tutorial Part 1

Tired of NullPointerException errors ruining your Java code? In Part 1 of this Java 8 Optional series, you'll learn how to handle ...

10:00
Java 8 Optional Mastery: Eliminate NullPointerException Like a Pro 🔥 | Tutorial Part 1

46 views

9 months ago

vlogize
How to Compare Optional Long  with Long in Java

Learn how to effectively compare an `Optional Long ` with a `Long` value in Java to avoid common pitfalls and ensure accurate ...

1:22
How to Compare Optional Long with Long in Java

0 views

9 months ago