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
1,516,390 results
Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...
31,515 views
2 years ago
How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for ...
22,889 views
3 years ago
Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Switch and instanceof have ...
21,576 views
1 year ago
_`switch` and `instanceof` have been the gates of data introspection in Java since 1.0. In modern times, the same constructs have ...
11,166 views
We all have written our share of mundane, repetetive if-else statements that becomes hard to read, understand, and maintain.
2,522 views
Pattern Matching completely changed how Java handles type checks — and Java 17 delivers Pattern Matching in two powerful ...
1,013 views
3 months ago
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
Pattern matching has been added to switch! Let's take a look! Article: https://inside.java/sip/088 #Java21 #Java #openjdk ...
6,694 views
Matching String Pattern in Java using Contains method Check out our website: http://www.telusko.com Follow Telusko on Twitter: ...
48,789 views
10 years ago
In recent versions of the JDK, it's possible to use records for pattern matching, enabling clean and powerful data-driven ...
1,796 views
Are you a busy developer who wants to use Pattern Matching but can not find enough time to read through all the details?
14,147 views
JavaOne is back! ➱ https://oracle.com/javaone How record patterns use records' transparency to safely deconstruct them in ...
5,451 views
Become Java Developer: https://www.skool.com/spring-boot-academy-1127/about ⭐My stuff: https://kalbarczyk.dev.
179 views
9 months ago
coding #Java21#Patternmatching Hi Everyone! In this video we will understand what is pattern matching. Also we will see ...
307 views
Java 21 allows you to pattern match types within switch statements that work for null and can even have conditions using when.
595 views
Project Amber has introduced pattern matching into the Java language, improving both safety and expressiveness of our ...
5,706 views
10 months ago
Master every critical java 17 new feature that interviewers actually test — all in one comprehensive java 17 tutorial. Java 17 LTS is ...
7,201 views
How can you write simple and performant equals() methods for your Java classes: the full tutorial. Usually you do not write your ...
20,067 views
In this video, we have discussed java 17 new features. Pattern matching for switch. This feature was introduced in java 17 as ...
856 views
Pattern Matching is finding its way into Java, one step at a time, along three paths: patterns, switch improvements, sealed classes.
9,901 views