ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,221 results

OpenWebinars
USAR LA CLASE OPTIONAL DE JAVA

vemos como usar la clase Optional en Java para evitar el NullPointerException, que ocurre al declarar una variable y no crear el ...

7:08
USAR LA CLASE OPTIONAL DE JAVA

5,038 views

8 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,746 views

4 years ago

Real World Java
Java 8 Optional Class Best Practices

Hi Friends, #GainJavaKnowledge Welcome to this channel Gain Java Knowledge. We are providing best content of Java in ...

11:58
Java 8 Optional Class Best Practices

1,875 views

5 years ago

The Debug Zone
Understanding Lazy Evaluation of Optional in Java: A Comprehensive Guide

In this video, we delve into the concept of lazy evaluation in Java, specifically focusing on the Optional class. As developers, we ...

3:44
Understanding Lazy Evaluation of Optional in Java: A Comprehensive Guide

27 views

1 year ago

The Debug Zone
Java 8 Optional: Understanding findFirst vs map for Effective Stream Handling

In this video, we delve into the powerful features of Java 8's Optional class, focusing on the differences between the `findFirst` and ...

2:37
Java 8 Optional: Understanding findFirst vs map for Effective Stream Handling

1 view

11 months ago

The Debug Zone
When to Use Optional.orElseGet() vs Optional.orElse() in Java

In this video, we dive into the nuances of Java's Optional class, focusing on the differences between `orElse()` and `orElseGet()`.

3:21
When to Use Optional.orElseGet() vs Optional.orElse() in Java

26 views

1 year ago

The Debug Zone
Understanding Java 8 Optional: Final Implementation and No Some/None Hierarchy

In this video, we delve into the concept of Java 8's Optional, a powerful feature designed to help developers handle null values ...

1:45
Understanding Java 8 Optional: Final Implementation and No Some/None Hierarchy

0 views

7 months ago

All For All
Базовый курс Java - #87 урок. Знакомство с классом Optional

Ссылка на плейлист со всеми уроками "Программирование на Java. Базовый курс" ...

2:14
Базовый курс Java - #87 урок. Знакомство с классом Optional

433 views

7 years ago

Interview DOT
JAVA 8 INTERVIEW WHEN TO USE OPTIONAL MAP() INSTEAD OF GET() METHOD | EXAMPLE CODE | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. JAVA 8 ...

2:29
JAVA 8 INTERVIEW WHEN TO USE OPTIONAL MAP() INSTEAD OF GET() METHOD | EXAMPLE CODE | InterviewDOT

1,488 views

5 years ago

The Debug Zone
Using Java 8 Optional to Avoid Null Checks: A Guide to Cleaner Code

In this video, we explore the powerful features of Java 8's Optional class and how it can help you write cleaner, more robust code.

2:29
Using Java 8 Optional to Avoid Null Checks: A Guide to Cleaner Code

2 views

8 months ago

Interview DOT
Null References The Billion Dollar Mistake | Java 8 Optional Example | Haskell Kotlin | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

4:28
Null References The Billion Dollar Mistake | Java 8 Optional Example | Haskell Kotlin | InterviewDOT

2,041 views

6 years ago

The Debug Zone
Using Java 8 Optional to Avoid Null Returns: Best Practices and Examples

In this video, we delve into the powerful features of Java 8's Optional class, designed to help developers avoid the pitfalls of null ...

5:26
Using Java 8 Optional to Avoid Null Returns: Best Practices and Examples

18 views

1 year ago

Roel Van de Paar
Code Review: Java 8 use of optional (3 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:07
Code Review: Java 8 use of optional (3 Solutions!!)

9 views

4 years ago

All For All
Базовый курс Java - #88 урок. Заглядываем внуть Optional

Ссылка на плейлист со всеми уроками "Программирование на Java. Базовый курс" ...

1:38
Базовый курс Java - #88 урок. Заглядываем внуть Optional

257 views

7 years ago

The Debug Zone
How to handle Optionals in JSPX?

Today's Topic: How to handle Optionals in JSPX? Thanks for taking the time to learn more. In this video I'll go through your ...

1:35
How to handle Optionals in JSPX?

0 views

5 months ago

Peter Schneider
Map two Java Optionals or produce the one with a value

Map two Java Optionals or produce the one with a value I hope you found a solution that worked for you :) The Content is licensed ...

3:51
Map two Java Optionals or produce the one with a value

0 views

11 months ago

The Debug Zone
How to Use JPA Queries with Optional Parameters: A Complete Guide

In this video, we delve into the world of Java Persistence API (JPA) and explore how to effectively use queries with optional ...

1:32
How to Use JPA Queries with Optional Parameters: A Complete Guide

4 views

1 year ago

The Debug Zone
Flattening Lists in Java 8: Using Optional for Stream Processing

In this video, we delve into the powerful features of Java 8, focusing on how to flatten lists using the Optional class in conjunction ...

1:31
Flattening Lists in Java 8: Using Optional for Stream Processing

8 views

1 year ago

The Debug Zone
How to Upcast Objects in Java 8 Optional: A Step-by-Step Guide

In this video, we'll explore the concept of upcasting objects in Java 8's Optional class. Upcasting is a powerful technique that ...

1:32
How to Upcast Objects in Java 8 Optional: A Step-by-Step Guide

10 views

1 year ago

The Debug Zone
Understanding Optional.orElseGet() Returning Null and Setting Response Values

In this video, we delve into the intricacies of the `Optional.orElseGet()` method in Java, exploring its behavior when it comes to ...

1:29
Understanding Optional.orElseGet() Returning Null and Setting Response Values

0 views

8 months ago