ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,966,985 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,127 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

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

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

People also watched

NeetCode
Regular Expression Matching - Dynamic Programming Top-Down Memoization - Leetcode 10

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

27:56
Regular Expression Matching - Dynamic Programming Top-Down Memoization - Leetcode 10

223,636 views

4 years ago

take U forward
DP 34. Wildcard Matching | Recursive to 1D Array Optimisation 🔥

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

43:52
DP 34. Wildcard Matching | Recursive to 1D Array Optimisation 🔥

261,433 views

3 years ago

Smart Programming
#22 Star Patterns in Java: Solve ANY Pattern Program with This ONE Trick !

Useful Notes & Courses Links◼️◾ Free Notes : https://smartprogramming.in/tutorials/ Free Courses ...

44:59
#22 Star Patterns in Java: Solve ANY Pattern Program with This ONE Trick !

26,932 views

9 months ago

Java
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

How can you write simple and performant equals() methods for your Java classes: the full tutorial. Usually you do not write your ...

32:56
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

19,446 views

2 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

Code Decode
Java 17 new features with examples | Java 17 Interview Questions and Answers | Code Decode

In this video of code decode we have covered top java 17 feature interview questions and answers for fresher and experienced ...

33:44
Java 17 new features with examples | Java 17 Interview Questions and Answers | Code Decode

31,366 views

10 months 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,897 views

5 years ago

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

Kunal Kushwaha
Solve Any Pattern Question With This Trick!

In this video we'll look at how you can solve any coding #patterns question in a step by step manner, and what the thought ...

57:20
Solve Any Pattern Question With This Trick!

3,000,065 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,700 views

3 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

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

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

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

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

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” 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

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

Simply Coding
How to solve any Star Pattern Program

Instead of watching multiple playlists and lengthy blogs, watch this one video which will teach you to make any pattern using two ...

18:47
How to solve any Star Pattern Program

1,446,684 views

5 years ago

Telusko
What's new in Java Switch | Switch Statement and Expression

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

11:09
What's new in Java Switch | Switch Statement and Expression

253,984 views

3 years ago