ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,078 results

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,647 views

10 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

746 views

9 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

6 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

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

253 views

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

2,646 views

3 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

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

637 views

10 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

74 views

5 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

6 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!

40 views

8 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

16 views

9 months ago

primejava_official
Optional in Java 8 | The Right Way to Handle Nulls

Java8#Optional #JavaOptional #JavaInterview #SpringBoot #JavaDeveloper #BackendDevelopment #CleanCode #JavaTutorial ...

21:59
Optional in Java 8 | The Right Way to Handle Nulls

24 views

3 weeks 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

10 months 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!

239 views

5 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

10 months ago

ConquerTheFear
Java Optional interview questions & Answers | Explained with Real-World Examples | Optional vs Null

Java 8 Optional | How to Use Java Optional | Java Optional | Java Optional vs Null | Best Practices for Developers ...

19:58
Java Optional interview questions & Answers | Explained with Real-World Examples | Optional vs Null

375 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

9 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

59 views

11 months ago

vlogize
Using Optional to Eliminate Null Checks in Java

Discover how to utilize `Optional` in Java to simplify null checks effectively and elevate your code quality. --- This video is based ...

1:27
Using Optional to Eliminate Null Checks in Java

5 views

10 months ago