Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
20,442 results
Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...
31,508 views
2 years ago
_`switch` and `instanceof` have been the gates of data introspection in Java since 1.0. In modern times, the same constructs have ...
11,167 views
1 year ago
Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Switch and instanceof have ...
21,569 views
We all have written our share of mundane, repetetive if-else statements that becomes hard to read, understand, and maintain.
2,521 views
JavaOne is back! ➱ https://oracle.com/javaone This presentation will examine the evolution of switch from a statement to an ...
14,150 views
4 years ago
Project Amber has introduced pattern matching into the Java language, improving both safety and expressiveness of our ...
5,706 views
10 months ago
This presentation will examine the evolution of switch from a statement to an expression and on to powerful pattern-matching ...
258 views
3 years ago
For more info on the next Devoxx UK event www.devoxx.co.uk At first it seemed to be just a small enhancement: the addition of ...
257 views
How can you write simple and performant equals() methods for your Java classes: the full tutorial. Usually you do not write your ...
20,064 views
This webinar by Oleksandr Navka (Lead Software Engineer, Consultant, GlobalLogic) was delivered at Java Community Webinar ...
500 views
6 years ago
Master every critical java 17 new feature that interviewers actually test — all in one comprehensive java 17 tutorial. Java 17 LTS is ...
7,146 views
3 months ago
Pattern Matching is finding its way into Java, one step at a time, along three paths: patterns, switch improvements, sealed classes.
9,901 views
The goal of project Amber within OpenJDK is to explore the inclusion of smaller, productivity-oriented Java language features.
2,624 views
This talk highlights the pain points that need to be solved in order to implement the pattern matching in Java and proposes ways to ...
15,737 views
9 years ago
Inspecting data is an important task in every piece code we problem. Pattern matching is a powerful solution to this problem, and ...
6,140 views
Streamed 1 year ago
Data is at the heart of most applications. For ages, Java developers have been using conditions to determine whether an instance ...
Project Amber within OpenJDK focuses on introducing smaller, productivity-oriented Java language features. One key area of ...
88 views
This is the video that was captured during the meetup we had about Pattern Matching in Java. You can find more information ...
38 views
Modern software systems increasingly rely on agent-based components that reason, invoke tools, and collaborate with other ...
90 views
The release of the JDK 17 brings interesting features in the Java language: sealed types and pattern matching for switch.
186 views