ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

219,245 results

Related queries

optional class java 8 tamil

optional class java 8 telusko

stream java

lambda java

java functional interface

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,607 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,112 views

3 years ago

makigas
Cómo usar Optional en Java

Con Optional puedes introducir en tu aplicación Java el concepto de valores opcionales; es decir, tu función te devuelve una caja ...

9:35
Cómo usar Optional en Java

9,326 views

2 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

4,196 views

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

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

9 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,945 views

2 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,940 views

3 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,373 views

6 years ago

People also watched

WarBot
WarBot Waruniverse  Bot

Hemen denemek için: https://warbot.space https://discord.gg/rfVUC4d5eK WarUniverse'de Gerçek Güce Ulaşın: WarBot v0.8 ile ...

3:23
WarBot Waruniverse Bot

134 views

3 days ago

Programando en JAVA
Streams in Java 8 - Complete and Easy Tutorial

📈 Training for Companies - https://www.codeja.dev/java-training-for-companies 👨‍💻 CodeJa | Learn JAVA with EJERCICIOS - https ...

8:30
Streams in Java 8 - Complete and Easy Tutorial

22,847 views

3 years ago

Sergey Arkhipov Java Tutorials
Java. Для чего нужен Optional?

В этом видео рассказывается, когда и почему следует применять Optional при разработке на языке программирования ...

18:26
Java. Для чего нужен Optional?

16,829 views

2 years ago

TodoCode
🚀 GENERICS en JAVA 🖥️ | Explicación FÁCIL 💥

Clase Tutorial completo sobre el uso de Generics en Java! ☕ Curso completo de Java: ...

10:28
🚀 GENERICS en JAVA 🖥️ | Explicación FÁCIL 💥

28,793 views

1 year 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,563 views

9 years ago

Oops! Feed Me Code
Null Object Design Pattern vs Optional | how and when

In this comprehensive tutorial, we tackle Java's approach to null safety, focusing on the Null Object Design Pattern and the ...

18:36
Null Object Design Pattern vs Optional | how and when

781 views

1 year ago

Programando en JAVA
SERIALIZABLE en JAVA - Tutorial Completo Fácil

Formación para Empresas - https://www.codeja.dev/java-training-for-companies ‍ CodeJa | Aprende JAVA con EJERCICIOS ...

9:38
SERIALIZABLE en JAVA - Tutorial Completo Fácil

16,570 views

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

4 years ago

TodoCode
🚀 EXCEPTIONS in JAVA OOP 🖥️ | TRY and CATCH | EASY Explanation 💥#17

⭐In this video, we'll look at the well-known #exceptions. Everything you need to know about those built into #Java as a ...

15:21
🚀 EXCEPTIONS in JAVA OOP 🖥️ | TRY and CATCH | EASY Explanation 💥#17

65,539 views

3 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,981 views

7 years ago

Programando en JAVA
OPTIONAL en JAVA 8 - Tutorial Completo Fácil

Formación para Empresas - https://www.codeja.dev/java-training-for-companies ‍ CodeJa | Aprende JAVA con EJERCICIOS ...

8:24
OPTIONAL en JAVA 8 - Tutorial Completo Fácil

6,739 views

3 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,741 views

4 years ago

Code Riverside
Using Optional in Java

Using Optionals in Java Welcome to Code Riverside. An Optional in Java is a container object that may or may not contain a ...

13:09
Using Optional in Java

712 views

1 year 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,242 views

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

2 years ago

TodoCode
OPTIONALS in Java 📦 | SIMPLE Explanation | Functional Programming Course

😬 How many times have you encountered a NullPointerException in #Java? That's why Optional exists: a class designed to handle ...

12:25
OPTIONALS in Java 📦 | SIMPLE Explanation | Functional Programming Course

5,224 views

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

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

41,129 views

2 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,256 views

5 years ago