ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,273 results

Coding with John
Optionals In Java - Simple Tutorial

Full tutorial on Optionals in Java! Thanks to FlexiSpot for sponsoring! 🖥️ Get your coupon code for an extra $30 OFF through my ...

15:53
Optionals In Java - Simple Tutorial

260,410 views

3 years ago

Tom Gregory
Java Optional Complete Guide

Java's Optional class was introduced in 2014 to allow developers to represent the empty state. But what exactly does that mean?

15:30
Java Optional Complete Guide

7,091 views

3 years ago

Code Decode
Master Java 8 Optional with Examples : Top Interview Questions & Answers | Part 1 | Code Decode

In this video of code decode we have covered Java 8 Optional class Interview Questions and Answers for freshers and ...

15:54
Master Java 8 Optional with Examples : Top Interview Questions & Answers | Part 1 | Code Decode

103,755 views

3 years ago

Engineering Digest
Master Optional in Java 8: Complete Guide for Beginners

Get 1 to 1 coaching with me: https://topmate.io/engineeringdigest Donate: https://paypal.me/engineeringdigest Perks: ...

15:30
Master Optional in Java 8: Complete Guide for Beginners

40,957 views

2 years ago

Amigoscode
Java Optionals | Crash Course

Java Optionals allows you to eliminate NullPointerExceptions throughout your codebase and create client AP's that are easy to ...

15:57
Java Optionals | Crash Course

105,362 views

6 years ago

Aneesh Mistry
New to Java 8: Optionals - Java Tutorial

This video will explore the Optional class and the API methods that are introduced with it in Java 8. The Optional class will enable ...

11:46
New to Java 8: Optionals - Java Tutorial

1,240 views

4 years ago

CloudTech
Optional Class In Java | Java 8 Questions and Answers

In this video, we discussed what is optional class in Java and showed various methods present in Optional Class in Java.

5:53
Optional Class In Java | Java 8 Questions and Answers

17,604 views

3 years ago

Tech Recipes - Dipesh Hadye
Optional in Java 8: Why and When to use?

Optional #Java8 In this video, we are going to understand the need for java 8 Optional class and with an example, we will see ...

9:57
Optional in Java 8: Why and When to use?

14,253 views

5 years ago

Lazy Programmer
#5 - Java 8 - Optional | Usage with Examples #java #java8 #optional

Hello Everyone, Continuing with Java 8 Features, this is the 5th Video in that series. In this video we'll see what is Optional which ...

4:51
#5 - Java 8 - Optional | Usage with Examples #java #java8 #optional

669 views

3 years ago

Learn Code With Durgesh
Java Optional Class | Hindi

In this video, we are going to learn java 8 optional class step by step with example and practical session. Java Optional Class ...

18:18
Java Optional Class | Hindi

95,454 views

4 years ago

VivekTechWaves
Optional Class Java8

What is Optional class in Java8 all about? #Java8 #Optional.

10:11
Optional Class Java8

6,243 views

5 years ago

Code Junction
Optional class in java 8 example || methods of optional class

optionalclass #java8 optional class in java, optional class in java 8 methods, optional class methods, java optional example, ...

14:27
Optional class in java 8 example || methods of optional class

801 views

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

104 views

10 months ago

Gain Java Knowledge
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,869 views

4 years ago

coderolls
31 How To Use Java 8 Optional Class?

Java8Features #Optional Example code can be found here: ...

8:31
31 How To Use Java 8 Optional Class?

29 views

3 years ago

Selenium Express
Tricky java 8 interview questions on Functional Interface | Can we Override a Object class method ?

In this video we will discuss about some tricky java 8 interview questions on Functional interface. We will discuss some use-cases ...

9:56
Tricky java 8 interview questions on Functional Interface | Can we Override a Object class method ?

17,608 views

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

68 views

3 months ago

in28minutes
Java Functional Programming Tutorial - 12 - Optional class

Java Functional Programming Tutorial - 12 - Optional class in Java An Introduction. Complete Course 200+ Videos, 24 Hours ...

5:20
Java Functional Programming Tutorial - 12 - Optional class

6,134 views

7 years ago

Javagoalswithchirag
Optional Class | Java8 Essential Features

Java8 introduced a new class Optional, to deal with NullPointerException. https://en.wikipedia.org/wiki/Tony_Hoare ...

6:30
Optional Class | Java8 Essential Features

65 views

5 years ago

Coding Env
Optional Class in Java

In this video, I have explained what is optional class in Java. This was a new feature which got introduced long back in java 8.

16:18
Optional Class in Java

187 views

1 year ago

Akhil Karun
Java - Optional Class Tutorial with Example

Notes on how to use the Optional class in Java https://www.oracle.com/technical-resources/articles/java/java8-optional.html 0:00 ...

9:24
Java - Optional Class Tutorial with Example

1,419 views

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

Naresh i Technologies
Java util Optional | Java 8 New Features Tutorials | by Mr.RamaChandra

Java util Optional | Java 8 New Features Tutorials | by Mr.RamaChandra ** For Online Training Registration: https://goo.gl/r6kJbB ...

9:29
Java util Optional | Java 8 New Features Tutorials | by Mr.RamaChandra

14,949 views

6 years ago

Coding with Aman
Level Up Your Java Skills with Optional Class: Hands-On Examples | Complete Guide for Beginners

Hi guys! Welcome back! Welcome to Level Up Your Java Skills with Optional Class: Hands-On Examples | Complete Guide for ...

5:16
Level Up Your Java Skills with Optional Class: Hands-On Examples | Complete Guide for Beginners

4,227 views

1 year ago

Programmer Guide
10.0 Optional Class in Java 8 | Java 8 Optional class | Example Programs for Optional Class in java8

The optional class is introduced to avoid NullPointerException that we frequently encounters if we do not perform null checks in ...

13:49
10.0 Optional Class in Java 8 | Java 8 Optional class | Example Programs for Optional Class in java8

264 views

2 years ago