ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

222,998 results

Related queries

optional class java 8 telusko

stream java

optional class java 8 tamil

lambda java

java functional interface

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,411 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,092 views

3 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

Java
Where to use Optional - Inside Java Newscast #19

Java Is it ok to use `Optional` as parameter type? Overloading is an alternative, but how well does it stack up? Thoughts on this ...

9:18
Where to use Optional - Inside Java Newscast #19

12,939 views

3 years ago

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

3,971 views

2 weeks ago

Devoxx
Optional - The Mother of All Bikesheds by Stuart Marks

Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook ...

58:43
Optional - The Mother of All Bikesheds by Stuart Marks

62,428 views

9 years ago

People also watched

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

Lex Fridman
James Gosling: Java, JVM, Emacs, and the Early Days of Computing | Lex Fridman Podcast #126

James Gosling is the founder and lead designer of the Java programming language. Please check out our sponsors to get a ...

1:51:01
James Gosling: Java, JVM, Emacs, and the Early Days of Computing | Lex Fridman Podcast #126

481,993 views

5 years ago

LearnJava
Java 8 Optional Introduction

What is Optional, its advantage, and How to use it!!!

14:34
Java 8 Optional Introduction

33,784 views

7 years ago

Telusko
#58 Object Class equals toString hashcode in Java

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

12:00
#58 Object Class equals toString hashcode in Java

207,758 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

okay java
Java 8 optional class | java optional class interview questions | java 8 interview | okay java

Java 8 optional | optional class | optional class interview questions | java 8 interview | okay java Java 8 Optional class ...

33:25
Java 8 optional class | java optional class interview questions | java 8 interview | okay java

15,711 views

4 years ago

KK JavaTutorials
JAVA 8 Optional APIs | java 8 optional example

In this video tutorial you will learn use of Optional APIs in JAVA8 Below is the GitHub link to download source Code: ...

11:40
JAVA 8 Optional APIs | java 8 optional example

20,582 views

8 years ago

Devoxx France
Effective Java, Third Edition Keepin' it Effective (J. Bloch)

Since its release in 2001, Effective Java has been the de facto standard best-practices guide for the Java platform. The book was ...

45:58
Effective Java, Third Edition Keepin' it Effective (J. Bloch)

45,237 views

7 years ago

Tech Primers
Java Streams | FlatMap & Optional Example | Tech Primers

This video covers the flatMap and Optional functions in Java Streams API GitHub Code: ...

11:24
Java Streams | FlatMap & Optional Example | Tech Primers

49,061 views

8 years ago

blondiebytes
Learn Java Optionals in 6 minutes | Functional Programming in Java

sponsored Learn how to use Java Optionals to make your code more secure - and prevent those null pointer exceptions!

6:09
Learn Java Optionals in 6 minutes | Functional Programming in Java

12,653 views

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

Java
What is an Optional? #javalanguage #javacodinginterview #javacoding #javatips

Cracking the #Java #Coding #Interview - Question 203: What is an Optional? Watch all the questions here: ...

0:57
What is an Optional? #javalanguage #javacodinginterview #javacoding #javatips

8,307 views

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

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

Do Some Dev
Java Optional

Tired of dealing with null pointer exceptions? Introducing Java Optional: a powerful tool for handling the absence of values ...

20:15
Java Optional

284 views

1 year ago

Will Tollefson
Java Optionals, a Practical Walkthrough - Java Programming

In this video, we'll describe typical use cases for Optionals in Java with practical examples and compare these to the previous ...

11:38
Java Optionals, a Practical Walkthrough - Java Programming

1,942 views

2 years ago

Java Techie
Java 8 Streams | Optional Usage and Best Practices | JavaTechie

This tutorial will guide you java 8 Optional and its usecase with stream API Content : What is Optional ? why Optional ? When to ...

22:22
Java 8 Streams | Optional Usage and Best Practices | JavaTechie

137,682 views

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

MVP Java
Java Optional, NullPointerException Killer? Part 1

The Java Optional class was introduced in Java 8 in order to help stop the propagation of null being returned to client facing ...

15:49
Java Optional, NullPointerException Killer? Part 1

5,713 views

6 years ago

Devoxx
Optional by Stuart Marks

The Optional class was introduced in Java 8 in order to solve a narrow but frequently occurring problem: what to return if you have ...

48:21
Optional by Stuart Marks

32,425 views

8 years ago

Natural Programmer
The Beauty of Java Optional and Either

Do you know how to use "Either" type in Java to write beautiful functional code? Particularly for error handling? Do watch till end.

7:39
The Beauty of Java Optional and Either

1,311 views

2 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

TechPitStop
How to avoid null checks with Java Optional?

This video helps beginners to understand Java8 Optional on how to write Optional to avoid null checks.

15:40
How to avoid null checks with Java Optional?

209 views

2 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