ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

77,914 results

HelloJade
Java Optional map() And flatMap() Super Simple Example

Java Optional map() And flatMap() Super Simple Example, showing the differences.

3:29
Java Optional map() And flatMap() Super Simple Example

1,844 views

5 years ago

Programando con el Novato
clase Optional en JAVA #aprenderjava

Nueva curiosidad sobre el lenguaje de Java. En este caso vemos una de las utilidades de la clase Optional.

1:00
clase Optional en JAVA #aprenderjava

902 views

1 year ago

Peachez Programming
Java Optionals in 60 seconds

Join my Patreon: https://www.patreon.com/PeachezProgramming LinkTree: https://linktr.ee/peachezprogramming Introduced in ...

1:01
Java Optionals in 60 seconds

455 views

1 year ago

MZ Byte
Java Optional – Junior vs Senior Developer Approach

See how a Senior Developer handles null checks in Java using the Optional API, compared to a Junior Developer who still uses ...

0:28
Java Optional – Junior vs Senior Developer Approach

1,985 views

7 months ago

Programando en JAVA
#OPTIONAL en #JAVA #JDK8

shorts De JUNIOR a SENIOR en JAVA – Apúntate aquí → - https://junior-a-senior.programandoenjava.com/ SPRING BOOT ...

0:43
#OPTIONAL en #JAVA #JDK8

1,338 views

1 year ago

Adam Bien
Treat an Optional Like a Stream #java #shorts

Mapping the result's of an Optional https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Optional.htm See you at ...

0:58
Treat an Optional Like a Stream #java #shorts

2,019 views

2 years ago

Java Interview Preparation By Developer
What is the Optional Class in Java? Quick Explanation!

What is the Optional Class in Java? Find out in just 60 seconds! Learn how this Java 8 feature helps you handle null values safely, ...

0:47
What is the Optional Class in Java? Quick Explanation!

97 views

1 year 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

Adam Bien
Why Optional Is A Problematic Parameter #java #shorts

Optionals (https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Optional.html) are great return values, but ...

0:52
Why Optional Is A Problematic Parameter #java #shorts

3,163 views

2 years ago

Thinking Out Of ... Box
🔥 Why Java Optional is BETTER than Null 🚫 | Clean Code with findById 💡 #java

Still using `null` in your Java code? Let me show you how `Optional` makes your code cleaner, safer, and more readable using ...

1:25
🔥 Why Java Optional is BETTER than Null 🚫 | Clean Code with findById 💡 #java

1,534 views

8 months ago

Ham Yazılım
Java Optional orElseGet

optional #orelseget #java.

0:47
Java Optional orElseGet

344 views

2 years 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

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

580 views

8 months ago

Adam Bien
Optional.ofNullable vs Objects.requireNonNull #java #shorts

Optional.ofNullable https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/util/Optional.html#ofNullable(java.lang.

0:43
Optional.ofNullable vs Objects.requireNonNull #java #shorts

1,961 views

2 years ago

Infybuzz
Optional In Java 8

Learn to use Optional provided in Java 8. It is used to avoid null pointer exceptions. Learn RabbitMQ : Messaging with Java, ...

3:43
Optional In Java 8

4,409 views

5 years ago

Ham Yazılım
Java Optional orElse

optional #orelse #java.

0:31
Java Optional orElse

137 views

2 years ago

Join with me
🧠Optional Class in Java !#Java #Optional #CodingShorts #Programming #Java8 #java #coding

Optional Class in Java Optional is a container object introduced in Java 8 to avoid NullPointerException. ✔️ Holds a value or ...

0:22
🧠Optional Class in Java !#Java #Optional #CodingShorts #Programming #Java8 #java #coding

143 views

5 months ago

DrillCoding
What is Optional in Java? | Java Shorts 🚀 #DrillCoding #shorts

In this video, we explain Optional in Java – introduced in Java 8 to handle null values safely. ✓ Avoid NullPointerException ...

0:27
What is Optional in Java? | Java Shorts 🚀 #DrillCoding #shorts

358 views

3 months ago

Nodeside
Using Optional object in Java

This video is about the using of Optional object in Java #java #kodlama #software #yazılım #javacript #programming #coding ...

1:00
Using Optional object in Java

105 views

2 years ago

MarkosBottle
#OPTIONAL en #JAVA #JDK8

Optional en Java optional es capaz de recoger cualquier dato por ejemplo en nuestro caso este String si existe algo en optional ...

0:16
#OPTIONAL en #JAVA #JDK8

156 views

1 year ago

Caleb Curry
Java Programming Tutorial 72 - Intro to Method Overloading and Optional Parameters

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

3:13
Java Programming Tutorial 72 - Intro to Method Overloading and Optional Parameters

16,947 views

6 years ago

Thet Tech
Optional class in java #Java #Optional #Java8 #NullSafety #Coding #Programming #JavaTips #Developers
0:08
Optional class in java #Java #Optional #Java8 #NullSafety #Coding #Programming #JavaTips #Developers

51 views

1 year ago

Noob Coder
Why Use Optional in Java Streams? 🤔 | #shorts #JavaTips #StreamAPI #Optional

Learn why Optional is essential in Java Stream operations! Using Optional helps prevent NullPointerExceptions and makes ...

0:25
Why Use Optional in Java Streams? 🤔 | #shorts #JavaTips #StreamAPI #Optional

18 views

1 year ago

Codigus Dev
Java: El Problema de Nullables y Optional (Explicado)

null puede ser el mayor enemigo de tu código. Java introdujo Optional para darte otra opción… pero ¿realmente lo aprovechas?

0:56
Java: El Problema de Nullables y Optional (Explicado)

846 views

6 months 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,474 views

4 years ago