ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

222,295 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,421 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,093 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,980 views

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

People also watched

VivekTechWaves
Optional Class Java8

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

10:11
Optional Class Java8

6,244 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

482,001 views

5 years ago

Devoxx
Refactoring to Java 8 by Trisha Gee

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

52:10
Refactoring to Java 8 by Trisha Gee

37,562 views

9 years ago

Amigoscode
Functional Programming with Java Streams API

In this video you will learn functional programming with Java Streams. I will introduce you the differences between imperative vs ...

50:00
Functional Programming with Java Streams API

193,946 views

4 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

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

LearnJava
Optional orElse orElseGet orElseThrow

Difference between Optional orElse, orElseGet and orElseThrow.

9:35
Optional orElse orElseGet orElseThrow

4,841 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

Java Web Development
Optional class and preventing NullPointerException

For full course, source codes and practices: https://www.udemy.com/java-8-core-training-/?

15:04
Optional class and preventing NullPointerException

23,999 views

9 years ago

Amigoscode
Java Functional Programming | Full Course

... something 01:07:29 - Intro to Java Streams 01:19:23 - More on Java Streams 01:23:52 - Java Optionals 01:31:19 - Combinator ...

2:22:15
Java Functional Programming | Full Course

608,387 views

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

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

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

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,943 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

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

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

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

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

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

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

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

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