ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

25,192 results

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

9 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

63,089 views

9 years ago

Dilip IT Academy
Optional Class In Java & Optional Class Methods in JAVA | Tutorail | Dilip Singh

As part of making sessions about features introduced from the JAVA 8 Version, I have created this session for Understanding ...

1:54:00
Optional Class In Java & Optional Class Methods in JAVA | Tutorail | Dilip Singh

8,576 views

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

5 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

347 views

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

140,570 views

5 years ago

The Curious Coder
Java 8 Optional Class Deep Dive | isPresent(), ifPresent(), orElse(), ofNullable() Explained

Confused about handling NullPointerException in Java? This video will give you a complete understanding of how to solve it ...

23:31
Java 8 Optional Class Deep Dive | isPresent(), ifPresent(), orElse(), ofNullable() Explained

2,201 views

3 months ago

Java Guides
Optional Class in Java 8 - Avoid Null Pointer Exception | Java 8 Features | Crash Course ✅

Java introduced a new class Optional in JDK 8. It is a public final class and is used to deal with NullPointerException in Java ...

35:37
Optional Class in Java 8 - Avoid Null Pointer Exception | Java 8 Features | Crash Course ✅

25,105 views

4 years ago

Ara OverFlow
Java desde 0. 24) Optional

Bienvenidos al video número 24 del curso de Java desde cero! En este video, aprenderemos sobre la clase Optional en Java, ...

21:09
Java desde 0. 24) Optional

169 views

3 years ago

Viraj Shetty
Java Optionals - A Complete Tutorial

This tutorial explains everything you need to know about Java Optionals to make you an expert. Check out my other links below ...

29:39
Java Optionals - A Complete Tutorial

724 views

1 year ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,745 views

4 years ago

Przemek Bykowski
JAVA 11 OPTIONAL POSSIBILITIES PROVIDED BY THE OPTIONAL TYPE IN JAVA AND SPRING

Optional appeared in Java 8 and was expanded in subsequent versions of the language. It is a powerful tool that allows for ...

23:26
JAVA 11 OPTIONAL POSSIBILITIES PROVIDED BY THE OPTIONAL TYPE IN JAVA AND SPRING

11,234 views

6 years ago

ValDorIng
Optional en Java – Adiós a los NullPointerException | CURSO Java Funcional Desde Cero

En este video aprenderás a usar Optional en Java, una herramienta poderosa para evitar errores con null y escribir código más ...

25:51
Optional en Java – Adiós a los NullPointerException | CURSO Java Funcional Desde Cero

260 views

10 months ago

engineering the software
Java - Optional

This video explains about Optional. What is the importance of optional in Java software development. Ways in which the methods ...

30:00
Java - Optional

44 views

2 years ago

Lemubit Academy
Java Optional Tutorial - How to Use Optional Class In Java

Java Optional is a container object which may or may not contain a non-null value. If a value is present, isPresent() will return true ...

35:41
Java Optional Tutorial - How to Use Optional Class In Java

6,615 views

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

5 years ago

Dilip IT Academy
JAVA 8  Features Tutorial | Functional Interfaces | Lambda Expressions | Optional Class | Stream API

Java 8 Version introduced a significant number of features that changed the way developers write Java applications. Here are ...

8:56:30
JAVA 8 Features Tutorial | Functional Interfaces | Lambda Expressions | Optional Class | Stream API

42,263 views

2 years ago

Devoxx
Data Oriented Programming in Java 21 by Nicolai Parlog

In data-oriented programming (DOP), we model data as data and polymorphic behavior with pattern matching. This talk will ...

48:28
Data Oriented Programming in Java 21 by Nicolai Parlog

18,905 views

2 years ago

Coders Campus
EP12 – Java 8’s New Optional Keyword

Check out more great lessons via this link: http://coderscampus.com/blog NullPointerExceptions are a royal pain in the butt.

37:38
EP12 – Java 8’s New Optional Keyword

344 views

9 years ago

Istanbul Java User Group
Java Optional class is a very powerful tool

Optional class is a very powerful tool at hand that we use every day or when are using Stream APIs. But do you use the Optional ...

58:22
Java Optional class is a very powerful tool

217 views

3 years ago