ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

222,681 results

Related queries

optional class java 8 tamil

optional class java 8 telusko

stream java

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,425 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,975 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

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

5 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,782 views

2 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

LearnJava
Optional orElse orElseGet orElseThrow

Difference between Optional orElse, orElseGet and orElseThrow.

9:35
Optional orElse orElseGet orElseThrow

4,841 views

7 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

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

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

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

4 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

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

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

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

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

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

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

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

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

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

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

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