ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78,773 results

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

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

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

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

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

578 views

8 months 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

Adam Bien
Optional.stream() and flatMap() over isPresent() #java #shorts #coding #airhacks

Shorter code with Optional.stream() https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/util/Optional.html#stream() ...

0:54
Optional.stream() and flatMap() over isPresent() #java #shorts #coding #airhacks

4,257 views

5 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

11 views

4 months 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

JavaHochZwei
Java - Ein Überblick über Optional (Optionals Teil 1/7)

Lerne alles, was Du zum Thema der Optionals wissen musst: https://www.javahochzwei.de/course?courseid=optionals --- Willst ...

1:20
Java - Ein Überblick über Optional (Optionals Teil 1/7)

295 views

6 years ago

Adam Bien
Optional or Supplier? #java #shorts #coding #airhacks

From a method signature perspective, the Optional ...

1:01
Optional or Supplier? #java #shorts #coding #airhacks

1,441 views

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

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

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

Polymath Mind
Java Fundamentals Tutorial for Beginners - Optional Class

In this video of the Java Fundamentals Tutorial, we will be going over optional class. Optional classes are used to gracefully check ...

3:37
Java Fundamentals Tutorial for Beginners - Optional Class

1 view

3 years ago

Adam Bien
Layering / Chaining Optionals with Optional::or #java #shorts

Layering / chaining Optionals with Optional::or ...

0:59
Layering / Chaining Optionals with Optional::or #java #shorts

1,408 views

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

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

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

8 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,473 views

4 years ago

Java community
Java 8 optional #java

java #education #java8optional #javacoding.

1:01
Java 8 optional #java

22 views

2 years ago

MJ's BACKEND BOOTCAMP
Java 8 Optional Explained in 60 Seconds! ✅ Say Goodbye to Null! #javashorts #javainterviewquestions

Java 8 Optional Explained in 60 Seconds! Say Goodbye to NullPointerExceptions! Tired of NullPointerException in Java?

0:24
Java 8 Optional Explained in 60 Seconds! ✅ Say Goodbye to Null! #javashorts #javainterviewquestions

114 views

6 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

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

8 months ago

vlogize
How to Elegantly Convert Optional String[]  to Optional String  in Java

Discover a simple and efficient method to transform `Optional String[] ` into `Optional String ` while joining its array elements in ...

1:35
How to Elegantly Convert Optional String[] to Optional String in Java

0 views

10 months ago