ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,194 results

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

2,032 views

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

198 views

2 years ago

Otavio Santana
Avoiding Pitfalls with Java Optional: Common Mistakes and How to Fix Them

Java's Optional API is a powerful tool for avoiding null pointer exceptions and writing more robust code. However, even Optional ...

10:09
Avoiding Pitfalls with Java Optional: Common Mistakes and How to Fix Them

1,453 views

2 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

28 views

1 year ago

onlineeducation1993
18 - Optional Java Mutation

The eighteenth part of the SML language course.

4:45
18 - Optional Java Mutation

1,683 views

13 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

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

22,104 views

3 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

536 views

10 years ago

Marco Mantovani
Optional no Java - Evitando NullPointerException

Aprenda a usar a classe Optional do Java para lidar de forma segura com valores que podem ser nulos. No que vamos focar: ...

15:32
Optional no Java - Evitando NullPointerException

40 views

4 months ago

makigas
¿Qué es un genérico? (en Java, aunque es igual en todas partes)

Los genéricos son parámetros de clase. Implican que cuando se fabriquen instancias de una clase, se especifique un parámetro ...

8:20
¿Qué es un genérico? (en Java, aunque es igual en todas partes)

12,185 views

2 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

#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

Test Step
Cucumber Optional Capture Groups

Using Optional Capture Group you can avoid creating duplicate steps and improve the readability of Feature file. 0:00 Introduction ...

7:50
Cucumber Optional Capture Groups

307 views

2 years ago

Rviewer
Optional, a new hope by Javier de Arcos

Introductory video of the Rviewer challenge: 'Optional, a new hope', created by Javier de Arcos. Do you want to solve this ...

4:04
Optional, a new hope by Javier de Arcos

88 views

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

4 years ago

Test Step
Cucumber Optional and Alternative Text

There is no need to write a new step definition in Cucumber if your step differs by synonyms or singular plural. You can reduce lots ...

4:33
Cucumber Optional and Alternative Text

364 views

2 years ago

Ram N Java
Mastering Optional and Required Parameters: Spring Boot Secrets | RESTful Web Services

Learn how to master optional and required parameters in Spring Boot with this in-depth tutorial on RESTful Web Services.

5:01
Mastering Optional and Required Parameters: Spring Boot Secrets | RESTful Web Services

2,915 views

4 years ago

ArjanCodes
How Much FASTER Is Python 3.13 Without the GIL?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll discuss how Python ...

10:00
How Much FASTER Is Python 3.13 Without the GIL?

221,277 views

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

1 year ago

The Coding Train
2.4: Regular Expressions: Capturing Groups - Programming with Text

In this video I discuss capturing parentheses and how they are used to create numbered groups that referenced in a find / replace ...

13:42
2.4: Regular Expressions: Capturing Groups - Programming with Text

158,636 views

9 years ago