ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,242 results

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

648 views

10 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

12 views

7 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

11 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

11 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

17 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

8 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

11 months ago

vlogize
Understanding Optional in Java 8: Correctly Handling Potential Null Values

Learn how to effectively use `Optional` in Java 8 to manage potential null values without running into exceptions. This guide ...

1:52
Understanding Optional in Java 8: Correctly Handling Potential Null Values

3 views

5 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

11 months ago

vlogize
How to Return Optional.empty() Instead of Optional[null] in Java's Optional.map

Understanding the Issue with Optional in Java When working with Java's Optional, developers often encounter issues related to ...

1:25
How to Return Optional.empty() Instead of Optional[null] in Java's Optional.map

6 views

11 months ago

vlogize
Solving Java 8 Optional.map.orElse Issues: Understanding the Difference Between orElse and orElseGet

Discover how to efficiently handle `Optional` in Java 8 by understanding the nuances of `orElse` vs `orElseGet` for better code ...

1:42
Solving Java 8 Optional.map.orElse Issues: Understanding the Difference Between orElse and orElseGet

1 view

5 months ago

vlogize
How to Use Optional in Java to Handle Null and Empty String Values

Learn how to effectively use `Optional` in Java to check for null or empty strings and return a default value. --- This video is based ...

1:38
How to Use Optional in Java to Handle Null and Empty String Values

3 views

9 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

9 months ago

vlogize
How to Use Optional Effectively in Java to Avoid NullPointerExceptions

Learn the best practices for using `Optional` in Java, specifically to avoid NullPointerExceptions in code. This guide explores ...

1:50
How to Use Optional Effectively in Java to Avoid NullPointerExceptions

3 views

9 months ago

vlogize
Understanding Optional in Java: Best Practices for Conversion

Discover the best practices for using `Optional` in Java through a clear conversion example, and understand its advantages ...

1:57
Understanding Optional in Java: Best Practices for Conversion

1 view

5 months ago

vlogize
How to Create a HashMap with Optional Values in Java

Discover how to create a `HashMap` in Java that effectively uses `Optional` to avoid null checks. Learn about custom retrieval ...

1:44
How to Create a HashMap with Optional Values in Java

2 views

11 months ago

vlogize
How to Efficiently Return a Set from an Optional in Java

Learn how to handle and return a `Set` from an `Optional` in Java, avoiding common pitfalls and ensuring proper handling of ...

1:44
How to Efficiently Return a Set from an Optional in Java

1 view

11 months ago

vlogize
Understanding the Differences Between Mono.map and Optional.map in Java

Explore the key differences between `Mono.map` and `java.util.Optional.map`, and discover how to deal with null values efficiently ...

1:53
Understanding the Differences Between Mono.map and Optional.map in Java

3 views

11 months ago

vlogize
How to Effectively Use Optional to Prevent NullPointerExceptions in Java Maps

Learn how to elegantly handle potential `NullPointerExceptions` when chaining map methods in Java using `Optional`, ensuring ...

1:26
How to Effectively Use Optional to Prevent NullPointerExceptions in Java Maps

1 view

11 months ago

vlogize
Improving Your Java Optional Handling for Deletes

Discover a more efficient way to handle deletions with Java Optionals, ensuring best practices in your code. --- This video is based ...

1:43
Improving Your Java Optional Handling for Deletes

0 views

11 months ago