ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,967,556 results

Java
Pattern Matching in Java: Better Code, Better APIs

Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 Switch and instanceof have ...

37:32
Pattern Matching in Java: Better Code, Better APIs

20,128 views

7 months ago

Java
The Elegance of Pattern Matching in Modern Java

JavaOne is back! ➱ https://oracle.com/javaone This presentation will examine the evolution of switch from a statement to an ...

29:40
The Elegance of Pattern Matching in Modern Java

13,947 views

3 years ago

Java
Java 21 Pattern Matching Tutorial #RoadTo21

Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...

23:28
Java 21 Pattern Matching Tutorial #RoadTo21

30,217 views

2 years ago

Oskar Kalbarczyk Spring Boot & Java Guides
Java: Pattern Matching Short Tutorial For Beginners

Netflix but for Java And Spring Boot: [Coming Soon] ⭐My stuff: https://kalbarczyk.dev.

4:27
Java: Pattern Matching Short Tutorial For Beginners

76 views

1 month ago

Java
Pattern Matching in Java - Past, Present, Future

_`switch` and `instanceof` have been the gates of data introspection in Java since 1.0. In modern times, the same constructs have ...

54:07
Pattern Matching in Java - Past, Present, Future

10,885 views

1 year ago

Developer Summit
Pattern Matching in Java by Venkat Subramaniam

We all have written our share of mundane, repetetive if-else statements that becomes hard to read, understand, and maintain.

1:01:22
Pattern Matching in Java by Venkat Subramaniam

2,241 views

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

3 years ago

People also watched

Devoxx
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

The releases of the JDK 17 to 19 bring interesting features in the Java language: sealed types, pattern matching for switch (as a ...

48:51
Clean Code with Records, Sealed Classes and Pattern Matching by José Paumard

29,632 views

3 years ago

DevXplaining
Java 21 Record Patterns and Pattern Matching | Making Switch Great Again

Java 21 was recently released with a lot of goodies now out of preview and ready to use. Unlike virtual threads, Java 21 changes ...

18:04
Java 21 Record Patterns and Pattern Matching | Making Switch Great Again

2,664 views

2 years ago

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

3 years ago

Alkademy Learning
Regular Expressions Made Easy with Java - 2019 Tutorials

This is one of the Beginner to Expert series of Tutorials in 2019. It covers regular expressions in Java. Explations on ...

14:16
Regular Expressions Made Easy with Java - 2019 Tutorials

88,926 views

6 years ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,522,899 views

5 years ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems, but there are 23 of them in total, and it can be difficult to know ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

422,027 views

2 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,131 views

4 years ago

One O One Code
Regular Expression in Java - regex tutorial

In this course we're gonna talk about the basics of regular expression, first we gonna cover the basic regex patterns, then we ...

40:50
Regular Expression in Java - regex tutorial

6,966 views

4 years ago

Will Tollefson
Switch Expressions vs Switch Statements in Java 19 - Java Programming

In this video, we'll talk about the current state of switch expressions and switch statements as of JDK 19's preview features. Switch ...

17:28
Switch Expressions vs Switch Statements in Java 19 - Java Programming

1,048 views

2 years ago

Geekific
The Strategy Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Today, we add another ...

7:26
The Strategy Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

138,246 views

4 years ago

Java Code Shorts
0059 Optmization: UNLOCK the power of pattern matching in Java!  #trending  #coding #shorts

UNLOCK the power of pattern matching in Java! In this quick tip, we'll dive into how pattern matching can simplify your code ...

0:32
0059 Optmization: UNLOCK the power of pattern matching in Java! #trending #coding #shorts

89 views

1 year ago

Debug Agent
Modern Java Course - Pattern Matching in Switch & Sealed Classes

In this installment of the course we talk about pattern matching in switch statements and sealed classes. You can find the full ...

6:18
Modern Java Course - Pattern Matching in Switch & Sealed Classes

645 views

2 years ago

Devoxx
The Art of Pattern Matching in Java 21 by Alberto Cortina Eduarte

Java has evolved significantly since its inception, and Java 21 has introduced a new feature for pattern matching that promises to ...

15:37
The Art of Pattern Matching in Java 21 by Alberto Cortina Eduarte

1,136 views

1 year ago

Java
Pattern Matching, Under the Microscope

Project Amber has introduced pattern matching into the Java language, improving both safety and expressiveness of our ...

50:10
Pattern Matching, Under the Microscope

5,374 views

2 months ago

Geekific
Regexes in Java with Examples | Java Pattern and Matcher Classes | Escaping Characters | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the previous video of ...

7:21
Regexes in Java with Examples | Java Pattern and Matcher Classes | Escaping Characters | Geekific

8,367 views

3 years ago

Java
Deconstructing Records in Pattern Matching - Inside Java Newscast #26

JavaOne is back! ➱ https://oracle.com/javaone How record patterns use records' transparency to safely deconstruct them in ...

8:14
Deconstructing Records in Pattern Matching - Inside Java Newscast #26

5,346 views

3 years ago

Code with B
Pattern matching in java | Types of pattern matching in java 21

coding #Java21#Patternmatching Hi Everyone! In this video we will understand what is pattern matching. Also we will see ...

14:14
Pattern matching in java | Types of pattern matching in java 21

210 views

2 years ago

Java
“Pattern Matching” with Gavin Bierman - Inside Java Podcast 17

Java #OpenJDK #JDK17 In this Inside Java Podcast episode, David discusses with Gavin Bierman a new set of Java language ...

41:25
“Pattern Matching” with Gavin Bierman - Inside Java Podcast 17

2,402 views

4 years ago

Telusko
Pattern Matching in Java using Built-in Method | Interview Coding Question

Matching String Pattern in Java using Contains method Check out our website: http://www.telusko.com Follow Telusko on Twitter: ...

3:38
Pattern Matching in Java using Built-in Method | Interview Coding Question

48,505 views

10 years ago

IntelliJ IDEA, a JetBrains IDE
Pattern Matching in Java: 5 Examples for Busy Developers

Are you a busy developer who wants to use Pattern Matching but can not find enough time to read through all the details?

16:25
Pattern Matching in Java: 5 Examples for Busy Developers

14,066 views

2 years ago

Java
Pattern Matching for switch

Pattern matching has been added to switch! Let's take a look! Article: https://inside.java/sip/088 #Java21 #Java #openjdk ...

1:45
Pattern Matching for switch

6,456 views

2 years ago

ProgrammerBasics
How to Use Pattern Matching for instanceof in Java 17 2025?

Want cleaner and smarter Java code? Learn how to use pattern matching for instanceof in Java 17 — a powerful feature that ...

1:02
How to Use Pattern Matching for instanceof in Java 17 2025?

49 views

6 months ago