ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,617,588 results

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

3 years ago

Kamil Brzezinski
Modern Java - Top Features of Java 9 to 17

In this episode we're going through the most interesting features added to the language in the last few years - between Java 9 ...

20:19
Modern Java - Top Features of Java 9 to 17

96,214 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

21,914 views

3 years ago

Tales from the jar side
OpenAI tools in Java 17: List the Models

Use records, the HTTP client, streams, and other modern Java techniques to access the OpenAI API, calling ChatGPT with Java ...

15:49
OpenAI tools in Java 17: List the Models

1,504 views

2 years ago

Big Tech
What Makes Java 24 BETTER Than Java 17 in 90 seconds

Curious about what makes Java 24 better than Java 17? Watch this video to learn about the new features and improvements in ...

1:41
What Makes Java 24 BETTER Than Java 17 in 90 seconds

9,848 views

9 months ago

Java
Sealed Classes - JEP Café #2

Java #OpenJDK #JDK This #JEPCafe discusses JEP 409, i.e. Sealed Classes, released in Java 17. Sealed classes is an ...

8:09
Sealed Classes - JEP Café #2

8,212 views

4 years ago

Java
Java Value Objects in Action with Valhalla - JEP Café #15

How Value Objects will make it possible to write readable object oriented code with the performances of primitive based code.

19:15
Java Value Objects in Action with Valhalla - JEP Café #15

27,969 views

3 years ago

belighouli
JAVA 21 VS JAVA 17 FULL COMPARISON

Dive into the ultimate comparison between Java 21 and Java 17! In this full breakdown, we'll explore each major update, from ...

1:57
JAVA 21 VS JAVA 17 FULL COMPARISON

749 views

1 year ago

Java
How to Upgrade to Java 21 #RoadTo21

In this #RoadTo21 episode, we discuss all you need to know to update from Java 17 to 21: API changes that may require you to ...

24:41
How to Upgrade to Java 21 #RoadTo21

40,669 views

2 years ago

Java
Leverage Java 17 New Features to Create Your Wordle Checker - JEP Café #10

How to use Java 17 new features, i.e. Records, Switch Expression and Pattern Matching for Switch (a preview feature of JDK 17) ...

37:56
Leverage Java 17 New Features to Create Your Wordle Checker - JEP Café #10

14,067 views

3 years ago

Java
Java 21 new feature: Virtual Threads #RoadTo21

... Java 17 to 21 #RoadTo21: https://youtu.be/5jIkRqBuSBs ◦ The JEP 444: Virtual Threads ➱ https://openjdk.org/jeps/444 ◦ JDD ...

33:35
Java 21 new feature: Virtual Threads #RoadTo21

99,755 views

2 years ago

Java
What’s New in Java 25 in 2 Minutes... More or Less - Sip of Java

JDK 25 has been released! Let's quickly review the 18 JEPs (JDK Enhancement Proposals) that were included in the JDK 25 ...

5:10
What’s New in Java 25 in 2 Minutes... More or Less - Sip of Java

29,656 views

4 months ago

Java
All New Java Language Features Since Java 21 #RoadTo25

Java 25 ships with a number of new language features, many of which fit under the umbrella of data-oriented programming, ...

35:09
All New Java Language Features Since Java 21 #RoadTo25

42,582 views

4 months 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,973 views

4 years ago

ProgrammerBasics
How to Install Java 17 on PC 2025?

Learn how to install Java 17 on your PC step-by-step. This quick guide helps you download, set up environment variables, and ...

1:40
How to Install Java 17 on PC 2025?

181 views

9 months ago

Java
Java 21 API New Features #RoadTo21

Learn about the many enhancements that Java 21 is giving you in the classes you are using every day. Java 21 is introducing ...

16:48
Java 21 API New Features #RoadTo21

59,136 views

2 years ago

ProgrammerBasics
How to Update Java 17 2025?

Not sure if you're using the latest Java version? Learn how to update Java 17 2025 easily and keep your development ...

1:20
How to Update Java 17 2025?

63 views

7 months ago

Java
Faster LTS and free JDK with Java 17 - Inside Java Newscast #12

Java #Java17 #OpenJDK #JDK Java 17 comes with more than just new features. A faster LTS cadence and free Oracle JDK make ...

6:56
Faster LTS and free JDK with Java 17 - Inside Java Newscast #12

7,813 views

4 years ago

Java
Upgrading to Java 21? You'll want avoid these features.

Many new features have been added to Java between 18 and 21, but some features are also on the way out. Let's review a few ...

2:36
Upgrading to Java 21? You'll want avoid these features.

8,858 views

2 years ago

Java
JDK 17 1st Release Candidate, finalize() deprecation, Value-based classes - Inside Java Newscast #10

Java #OpenJDK #JDK The first release candidate of Java 17 is here! Why you should not be using the `finalize()` method of the ...

13:40
JDK 17 1st Release Candidate, finalize() deprecation, Value-based classes - Inside Java Newscast #10

6,387 views

4 years ago

Java
Learn All You Need To Know For Your Java 17-21 Update #Java #Java21 #RoadTo21

A teaser for our comprehensive video covering all you need to know for your update from Java 17 to Java 21.

0:46
Learn All You Need To Know For Your Java 17-21 Update #Java #Java21 #RoadTo21

9,071 views

2 years ago

Java
Better Java Streams with Gatherers - JEP Cafe #23

This JEP Café explains what Gatherers are, as a new addition to the Java 8 Stream API, introduced in the JDK 24. It goes through ...

1:13:32
Better Java Streams with Gatherers - JEP Cafe #23

47,101 views

1 year ago

Marco Molteni
From Java 11 to Java 17 - Text Blocks - Multi-line String but String interpolation is not there yet

Blog post: https://marco.dev/java-text-blocks Text Blocks Official documentation: ...

5:21
From Java 11 to Java 17 - Text Blocks - Multi-line String but String interpolation is not there yet

1,275 views

3 years ago

Java
Switch Expressions - JEP Café #3

Java #OpenJDK #JDK This #JEPCafe discusses JEP 361, released in the JDK 14, i.e. Switch Expressions. Switch Expressions is ...

9:04
Switch Expressions - JEP Café #3

5,872 views

4 years ago

ProgrammerBasics
How to Download Java 17 on Mac 2025?

Want to install Java 17 on your Mac? Learn how to download Java 17 on Mac 2025 easily and set it up correctly for your ...

1:11
How to Download Java 17 on Mac 2025?

285 views

7 months ago