ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

223,040 results

Related queries

optional class java 8 telusko

optional class java 8 tamil

stream java

java functional interface

lambda java

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

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

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

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

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

freeCodeCamp Talks
Object Oriented Programming is not what I thought - Talk by Anjana Vakil

This talk is a historical & philosophical journey deep into the heart of darkness, er, object-oriented programming (OOP). Join me ...

38:51
Object Oriented Programming is not what I thought - Talk by Anjana Vakil

141,802 views

5 years ago

Coding with John
Records In Java - Full Tutorial - The Best New Java Feature You're Not Using

How to use Records in Java! Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners Records are a ...

13:48
Records In Java - Full Tutorial - The Best New Java Feature You're Not Using

299,240 views

3 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
Java, Today and Tomorrow by Mark Reinhold

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

49:17
Java, Today and Tomorrow by Mark Reinhold

9,980 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

Jfokus
Java Streams: Beyond The Basics

Recorded at Jfokus 2016. http://www.jfokus.com) Java Streams: Beyond The Basics Lambda expressions and the streams API ...

49:21
Java Streams: Beyond The Basics

75,586 views

9 years ago

Java Techie
Java 8 Streams | Exception Handling Mechanism | lambda | JavaTechie

In this tutorial Here, I'd like to discuss a few of the things I've learned over time in handling exceptions within lambdas. Keep in ...

25:32
Java 8 Streams | Exception Handling Mechanism | lambda | JavaTechie

81,900 views

4 years ago

BeingSoftwareEngineer
Optional in java 8 |  Null check in java 8

Hello, Welcome to this channel, This Channel is mainly designed to focus on improving software Engineers existing skills and ...

14:58
Optional in java 8 | Null check in java 8

9,379 views

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

4 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,762 views

3 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

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

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

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

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

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

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

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

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