ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,977 results

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

5 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

594 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

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

vlogize
Is This the Correct Way to Use Optional in Java for Returning Values?

Learn how to effectively use `Optional` in Java to handle and return values, avoiding null pointers and enhancing code readability.

1:34
Is This the Correct Way to Use Optional in Java for Returning Values?

3 views

11 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

vlogize
Understanding the Difference Between Optional.ofNullable() and Optional.of() in Java

Explore the difference between `Optional.ofNullable()` and `Optional.of()` in Java, their uses, and when to prefer one over the ...

1:49
Understanding the Difference Between Optional.ofNullable() and Optional.of() in Java

13 views

7 months ago

vlogize
The Best Way to Call isPresent on Java Optional

Discover the optimal methods for using Java Optional with a focus on improving code readability and performance, and learn how ...

2:01
The Best Way to Call isPresent on Java Optional

2 views

7 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

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

SikshaForWorld
"Java 11 Optional: isEmpty() Simplified!"

Unlock the Power of Java 11 with Optional's Simplified isEmpty! Are you ready to transform the way you handle optional values ...

3:23
"Java 11 Optional: isEmpty() Simplified!"

60 views

7 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

Nitesh Mehta
Optional.of vs Optional.ofNullable

Optional.of vs Optional.ofNullable.

2:11
Optional.of vs Optional.ofNullable

6 views

7 months ago

vlogize
How to Effectively Use Optional.map() in Java for Cleaner Code

Learn how to enhance your Java code by utilizing `Optional.map()` to streamline your method implementations and improve ...

1:35
How to Effectively Use Optional.map() in Java for Cleaner Code

3 views

9 months ago

Soumya Datta
Avoid NullPointerExceptions with Optional in Java

NullPointerException is one of Java's most common runtime errors, but did you know you can avoid it with a powerful tool ...

1:29
Avoid NullPointerExceptions with Optional in Java

18 views

11 months ago

DinaTechy
Why Java’s Optional Is More Than Just Code | DinaTechy Podcast Episode 1. #podcast #java
2:07
Why Java’s Optional Is More Than Just Code | DinaTechy Podcast Episode 1. #podcast #java

39 views

8 months ago

vlogize
Resolving the isEmpty() Method Error in Java Optional

Encountering the "The method isEmpty() is undefined for the type Optional" error in Java? Discover why this happens and learn ...

1:18
Resolving the isEmpty() Method Error in Java Optional

1 view

3 months ago

vlogize
Converting a nested optional list to optional list in Java

Struggling with converting a `nested optional list` to an `optional list` in Java? This guide provides a step-by-step solution using ...

1:44
Converting a nested optional list to optional list in Java

0 views

3 months ago

Java Tech Tutorials
Java 8 Optional

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 ...

0:59
Java 8 Optional

13 views

9 months ago