ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

276 results

#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

#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

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

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

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

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

196 views

2 years 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,482 views

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

4 years ago

onlineeducation1993
18 - Optional Java Mutation

The eighteenth part of the SML language course.

4:45
18 - Optional Java Mutation

1,676 views

12 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,814 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,849 views

1 year ago

Java2Cloud Academy
1. Java 8 Features Explained: Unlock the Power of Modern Java!

Dive into Java 8's game-changing features! Learn Lambda Expressions, Streams, Optional, and more with clear, fun examples.

13:37
1. Java 8 Features Explained: Unlock the Power of Modern Java!

24 views

9 months ago

Josh Hug
[Inheritance3, Video 0] Dynamic Method Selection Puzzle optional

And then finally, in the case that one of the non-static methods in your class is overridden, then it's going to be selected at runtime ...

8:18
[Inheritance3, Video 0] Dynamic Method Selection Puzzle optional

21,860 views

8 years ago

IntelliJ IDEA, a JetBrains IDE
Java Features We Love. [Moved by Java]

JetBrains loves all programming languages, and developers of all types! This May, Java turns 25 years old! To celebrate Java's ...

10:56
Java Features We Love. [Moved by Java]

46,310 views

5 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

TheCoders TV
STARTING: Java 8 The Ultimate Guide Introduction

Welcome to the ultimate destination for mastering Java 8! What's Covered in This Series: Lambda ...

8:03
STARTING: Java 8 The Ultimate Guide Introduction

97 views

2 years ago

Java2web
Stream API in java 8 | Interview questions for experienced | Stream API methods with Example

java2web #java #StreamAPI #kingBommTech ⚡​⚡Stream API: Introduced in Java 8 The Stream API is used to process ...

4:08
Stream API in java 8 | Interview questions for experienced | Stream API methods with Example

137 views

3 years ago

Geekific
New Features in Java 11 and 17 | Java 17 Enhancements | Records | Sealed Classes | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we go ...

10:19
New Features in Java 11 and 17 | Java 17 Enhancements | Records | Sealed Classes | Geekific

30,929 views

4 years ago

Java
Records Patterns, Performance and Serialization - JEP Café #8

This #JEPCafe discusses JEP 395: Records, released with JDK 16. We start with a short recap on what records are, then discuss ...

15:28
Records Patterns, Performance and Serialization - JEP Café #8

12,496 views

4 years ago

Zoran on C#
Why Favor Object Composition Over Class Inheritance? A Deep Dive

Are you a programmer trying to understand the difference between object composition and class inheritance? In this video, We'll ...

19:00
Why Favor Object Composition Over Class Inheritance? A Deep Dive

30,883 views

2 years ago

makigas
Java Records: What They Are and How to Use Them

Records are an alternative to classes initially introduced in Java 14, but generally available starting with Java 17. They ...

7:53
Java Records: What They Are and How to Use Them

11,934 views

2 years ago

Java
Java 17… more videos, UTF-8 by default in Java 18, Dev.java - Inside Java Newscast #13

With JDK 17 just released, JDK 18 is already well on its way. In this episode, we'll start to look at some features of this upcoming ...

9:48
Java 17… more videos, UTF-8 by default in Java 18, Dev.java - Inside Java Newscast #13

4,377 views

4 years ago

Kasha Training
"Ace Your Java Interview: Top 31 Questions Answered!"

Java training & Certification provided Online, from industry expert trainers with real time project experience. Java Tutorial for ...

12:36
"Ace Your Java Interview: Top 31 Questions Answered!"

69 views

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

wuddy
#java - Constructors - Student class

Presents the use of constructors and then see how to use it with code. ‍

6:47
#java - Constructors - Student class

298 views

3 years ago