ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,587 results

Concept && Coding - by Shrayansh
Master Java Optional from Java 8 to 11 | All Methods with Real Examples

Join this channel to get access to perks: https://www.youtube.com/channel/UCDJ2HAZ_hW-DMJj_U0zN38w/join Chapters: 00:00 ...

1:13:53
Master Java Optional from Java 8 to 11 | All Methods with Real Examples

4,269 views

3 weeks ago

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

7 months ago

Java
Why do you need Optional? - Cracking the Java Coding Interview #java #javatips

Cracking the #Java #Coding #Interview - Question 268: Why do you need Optional? Watch all the questions here: ...

1:00
Why do you need Optional? - Cracking the Java Coding Interview #java #javatips

26,457 views

6 months ago

Rutger van Velzen
Java Optional, nested objects

Link to GitHub: https://github.com/Rutger-van-Velzen Link to Kata: ...

5:50
Java Optional, nested objects

22 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

663 views

7 months 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,988 views

7 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

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

Programando en JAVA
Optional.or

🎁 FREE SPRING BOOT COURSE - https://tdylk.cc/aEdZEqUc 🎁 FREE JAVA COURSE - https://tdylk.cc/0hRMcFYT 🎯 MENTORING - https ...

0:40
Optional.or

1,246 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

69 views

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

1,310 views

1 month 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!

38 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

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

JavaQuickTips
Java in 60 Seconds: Prevent NullPointerExceptions with Optional

Safely Handle Null Values with Optional in Java.

0:40
Java in 60 Seconds: Prevent NullPointerExceptions with Optional

52 views

11 months ago

Code Crush
Optional Class In Java | Java 8 Features | Java 8 Interview Questions

Optional Class In Java | Java 8 Features | Java 8 Interview Questions | What is Optional Class in Java 8?

8:18
Optional Class In Java | Java 8 Features | Java 8 Interview Questions

105 views

10 months ago

Marić Nemanja
How to handle Null Pointer Exception in Java? #java #nullpointer #spring #programming #optional

... see how we can use optional classes in Java optional is a container class introduced in Java 8 to represent optional or better to ...

0:37
How to handle Null Pointer Exception in Java? #java #nullpointer #spring #programming #optional

252 views

2 months ago

Genius Developer
"Java 8 Optional क्या है? NullPointerException का इलाज!"

Java 8 Optional – NullPointerException से बचने का सही तरीका! Clean और Safe Code का एक नया ...

0:18
"Java 8 Optional क्या है? NullPointerException का इलाज!"

24 views

6 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

7 months ago

Code Spark
Stop Calling .get() on Your Java Optional! ❌

The Java Optional was created to help us avoid the dreaded NullPointerException, but it has its own trap: ...

2:10
Stop Calling .get() on Your Java Optional! ❌

145 views

4 months ago