ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

416 results

#TechieMit
What is the Optional class in Java 8?|Null Handling

What is the Optional class in Java 8?|Null Handling What is the benefit of the Optional class in Java 8? How do you write Optional ...

7:51
What is the Optional class in Java 8?|Null Handling

138 views

3 years ago

Always-Be-Learner
How & When To Use JAVA-OPTIONAL-Methods empty, Of, OfNullable ??

How & When To Use JAVA-OPTIONAL-Methods empty, Of, OfNullable ??

9:51
How & When To Use JAVA-OPTIONAL-Methods empty, Of, OfNullable ??

195 views

2 years ago

#TechieMit
How do you write optional in Java 8? |Optional Class

How do you write optional in Java 8? |Optional Class What are the advantages of using the optional class? Is optional better than ...

6:52
How do you write optional in Java 8? |Optional Class

221 views

3 years ago

One Minute Programming
How to Use Optional Class in Java | Get Value | IsEmpty | IfPresent | orElse | Java Programming

How to Use Optional Class in Java | Get Value | IsEmpty | IfPresent | orElse | Java Programming How to use optional in Java?

8:07
How to Use Optional Class in Java | Get Value | IsEmpty | IfPresent | orElse | Java Programming

378 views

4 years ago

TestArchive
Java 8 for Testers #44 - Null Handling in Java: Traditional vs. Optional Class Demo

In this video, we explore how to handle null values effectively in Java. We start with the traditional approach using if-else checks ...

5:32
Java 8 for Testers #44 - Null Handling in Java: Traditional vs. Optional Class Demo

25 views

11 months ago

Geekific
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Java's Future API was ...

9:30
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

57,345 views

3 years ago

Udacity
Optionals

This video is part of the Udacity course "Learn Swift Programming Syntax". Watch the full course at ...

0:43
Optionals

996 views

10 years 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,736 views

3 years ago

Thorben Janssen
Hibernate Tip: How to map a to-one association to an Optional

This time, I will show you how to map an optional to-one association to a Java 8 Optional. If you like this video, please give me ...

3:09
Hibernate Tip: How to map a to-one association to an Optional

892 views

8 years ago

Java
Handling null and upgrading past Java 8 - Inside Java Newscast #7

Java #OpenJDK #JDK Dealing with `null` is never fun, so in this newscast, I explain how to best handle it, what tools can do, and ...

9:37
Handling null and upgrading past Java 8 - Inside Java Newscast #7

5,678 views

4 years ago

Code Junction
Can a functional interface extend/inherit another interface ? || Java 8 Interview Question

Can a functional interface extend/inherit another interface ? #java8 #functionalinterface #javainterviewquestions.

3:19
Can a functional interface extend/inherit another interface ? || Java 8 Interview Question

912 views

2 years ago

Udacity
Optional Challenge: Implementing the Photography Story - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

6:33
Optional Challenge: Implementing the Photography Story - Intro to Java Programming

535 views

10 years ago

Adarsh Raj
Java 8 Important Interview Questions and Answers | Crack Your Next Interview #Java8 #JavaInterview

In this video, we cover the most important Java 8 interview questions and answers commonly asked in top companies.

5:06
Java 8 Important Interview Questions and Answers | Crack Your Next Interview #Java8 #JavaInterview

17 views

4 months ago

Thorben Janssen
Hibernate Tip: How to map an entity attribute to an Optional

Get more recipes like this one in my new book Hibernate Tips: More than 70 solutions to common Hibernate problems: ...

3:29
Hibernate Tip: How to map an entity attribute to an Optional

1,776 views

7 years ago

Udacity
Optional Challenge: Implementing the Photography Story - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

3:08
Optional Challenge: Implementing the Photography Story - Intro to Java Programming

803 views

10 years ago

fp-tower
Ch04 Ep04: Dealing with Optional Values | Functional Scala

The Scala functional subset consists of using FP functions everywhere in our codebase, plus two additional requirements.

10:57
Ch04 Ep04: Dealing with Optional Values | Functional Scala

1,059 views

4 years ago

Prototype Project
Java 8 tutorial 16 (Streams) - groupingBy, partitioningBy, counting, & mapping Collectors methods

03:10 What is the collect method on the Stream interface? 03:25 What is the static partitioningBy method on the Collectors ...

14:45
Java 8 tutorial 16 (Streams) - groupingBy, partitioningBy, counting, & mapping Collectors methods

36,318 views

11 years ago

Trideep Singha
Java 8 New Features

Java 8 New Features Java 8 was a significant release that introduced several new features to the Java programming language.

3:13
Java 8 New Features

17 views

3 years ago

Java
Java 17 to 20 Pattern Matching Full tutorial with Records, Instanceof and Switch - JEP Café #14

How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for ...

19:47
Java 17 to 20 Pattern Matching Full tutorial with Records, Instanceof and Switch - JEP Café #14

21,785 views

3 years ago

WriteCodeWith Prince
#java8 #stream #api Master Stream API | Java Stream API in one video | All basics step by step

In this video, we are going to learn all the basics concepts of java 8 Stream API step by step. I am going to explain each and every ...

1:04:53
#java8 #stream #api Master Stream API | Java Stream API in one video | All basics step by step

320 views

4 years ago

Java
Refactoring Java 8 code with Java 17 new features - JEP Café #9

How to use the new features from Java 17, especially Records, to improve your Java 8 code. Do you need to make your code ...

25:08
Refactoring Java 8 code with Java 17 new features - JEP Café #9

70,301 views

3 years ago

Java
(Dirty?) Tricks in Java 22 - Inside Java Newscast #64

Java 22 has many language features that Java 8 could only dream of - let's see what (dirty) tricks we can play with them: We'll see ...

13:05
(Dirty?) Tricks in Java 22 - Inside Java Newscast #64

17,847 views

1 year ago

Prototype Project
Java 8 Tutorial 19 (Streams) - noneMatch, anyMatch Stream methods

02:10 What is the forEach method of the Stream interface? 02:45 What is the noneMatch method of the Stream interface? 03:40 ...

11:03
Java 8 Tutorial 19 (Streams) - noneMatch, anyMatch Stream methods

3,138 views

11 years ago

Daniel Persson
Working with time and date in java 8

We look at how we can handle dates in Java 8 and what differs from Java 7 and before. Train big models on real GPUs for less.

17:13
Working with time and date in java 8

2,162 views

8 years ago

PrinceAutomationDestination
Deserialization of JSON to Record #deserialization #pojo #ObjectMapper #apiautomation

Deserialization technique: A Technique used to convert JSON String to Record/POJO class. Here we will cover JSON to Record ...

0:40
Deserialization of JSON to Record #deserialization #pojo #ObjectMapper #apiautomation

624 views

5 months ago