ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

218,638 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,628 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

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

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

7 months 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

People also watched

Уроки Java
Урок 330: Java 8 p6: Optional

Cкидки до 22-го января на все курсы всего за 9.99: Каждый купон расчитан на 10 покупок, спешите! Новый курс по ...

6:20
Урок 330: Java 8 p6: Optional

14,009 views

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

Jey Code
Cómo crear EVENTOS PERSONALIZADOS en Java | LISTENER | Escuchador

En este vídeo vemos un ejemplo de como crear nuestros propios eventos personalizados en java. Si se quiere generalizar, ...

18:57
Cómo crear EVENTOS PERSONALIZADOS en Java | LISTENER | Escuchador

1,873 views

5 years ago

OpenWebinars
USAR LA CLASE OPTIONAL DE JAVA

vemos como usar la clase Optional en Java para evitar el NullPointerException, que ocurre al declarar una variable y no crear el ...

7:08
USAR LA CLASE OPTIONAL DE JAVA

5,025 views

8 years ago

Jey Code
Programación FUNCIONAL en JAVA | Introducción a STREAM | Método FOREACH | stream de tipos PRIMITIVOS

Por fin nos introducimos en la interface Stream de Java, una breve explicación del funcionamiento. Vemos otra forma de iterar ...

24:15
Programación FUNCIONAL en JAVA | Introducción a STREAM | Método FOREACH | stream de tipos PRIMITIVOS

2,266 views

5 years ago

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

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

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

16,833 views

2 years ago

TodoCode
Lambda Expressions and Functional Interfaces 💻 | Functional Programming Course

What are lambda expressions? How are they used? How do I apply them in functional programming? What role do functional ...

20:16
Lambda Expressions and Functional Interfaces 💻 | Functional Programming Course

14,328 views

11 months ago

Un Programador Nace
Spring Boot con Apache Kafka - Guía completa #spring #kafka

Aprende a integrar Spring y Kafka para crear aplicaciones robustas y escalables con este tutorial en vídeo! En este tutorial, te ...

1:34:00
Spring Boot con Apache Kafka - Guía completa #spring #kafka

51,880 views

2 years ago

MitoCode
Java 8 Tutorial - 10 Optional

Si te gusto el tuto, puedes donar! : https://www.paypal.me/mitocode/1 La excepcion NullPointerException es muy común cuando ...

8:08
Java 8 Tutorial - 10 Optional

24,690 views

8 years ago

Elivar Largo
Cómo entender las Expresiones Lambda en Java 8

En este video vamos a ver paso a paso como entender las expresiones Lambda en la versión 8 de Java Dale me gusta y ...

19:24
Cómo entender las Expresiones Lambda en Java 8

29,686 views

6 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,208 views

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

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

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

Centripio
Cómo utilizar Java Optional y manejar valores nulos.

Comunidad, Hoy daremos un vistazo a Java Optional Class y ver los beneficios que podemos obtener en el manejo de valores ...

21:53
Cómo utilizar Java Optional y manejar valores nulos.

3,301 views

7 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,376 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,844 views

5 years ago

Jey Code
Programación FUNCIONAL en JAVA | Clase OPTIONAL | EVITAR NULL con OPTIONAL

Que pasó, muy buenas, vamos con unos ejemplos para aprender y entender esta clase del jdk, que nos ayuda con los ...

21:39
Programación FUNCIONAL en JAVA | Clase OPTIONAL | EVITAR NULL con OPTIONAL

2,385 views

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

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

Viraj Shetty
Java Optional - Integrate with stream Pipeline

This video talks about the how to use the Optional.stream() method to integrate Java Optionals into the Java stream pipeline.

7:13
Java Optional - Integrate with stream Pipeline

538 views

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