ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,011,658 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,199 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,950 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,242 views

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

3 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,253 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,890 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

651 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

78 views

1 month ago

People also watched

Devoxx
The New Java Best Practices by  Stephen Colebourne

Java evolves. And so must our Best Practices. Because it is not enough to simply learn the new features, we must learn how to ...

47:36
The New Java Best Practices by Stephen Colebourne

38,116 views

2 months ago

Coding with John
Upcasting and Downcasting in Java - Full Tutorial

Learn about Upcasting and Downcasting in Java! Full tutorial with concrete examples. In Java, upcasting and downcasting are ...

10:22
Upcasting and Downcasting in Java - Full Tutorial

216,651 views

4 years ago

Simply Coding
Solve any Star Pattern program in Python

In this video we will learn how to write any star pattern program in Python Watch any number pattern in python ...

18:44
Solve any Star Pattern program in Python

1,385,745 views

4 years ago

Neso Academy
Special Programs in C − Pyramid of Stars

C Programming & Data Structures: Special C Programs − Pyramid of Stars. Topics discussed: 1) How to print a pyramid of stars ...

11:06
Special Programs in C − Pyramid of Stars

968,095 views

7 years ago

Coding with John
Records In Java - Full Tutorial - The Best New Java Feature You're Not Using

How to use Records in Java! Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners Records are a ...

13:48
Records In Java - Full Tutorial - The Best New Java Feature You're Not Using

299,599 views

3 years ago

Crack Concepts
REGEX (REGULAR EXPRESSIONS) WITH EXAMPLES IN DETAIL | Regex Tutorial

Watch one video and understand everything about REGEX with examples. ✨Work related mails can be sent on: ...

10:43
REGEX (REGULAR EXPRESSIONS) WITH EXAMPLES IN DETAIL | Regex Tutorial

952,539 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

255,050 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,153 views

4 years ago

Alex Lee
instanceof Java Keyword Tutorial #90

OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE!

5:33
instanceof Java Keyword Tutorial #90

68,176 views

5 years ago

Simply Coding
How to solve any number pattern program in Java

This is next in series to How to solve any star pattern program in Java. This video explains how you can extend the star pattern ...

18:15
How to solve any number pattern program in Java

813,877 views

4 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,348 views

3 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,138 views

1 year ago

makigas
Java: del instanceof al Pattern Matching

En versiones modernas de Java existe una versión mejorada del instanceof que permite usar pattern matching que lo equipara ...

6:52
Java: del instanceof al Pattern Matching

3,559 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,394 views

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

212 views

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

10 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,396 views

3 years ago

Programando en JAVA
#PATTERNMATCHING en #JAVA #JDK16

shorts De JUNIOR a SENIOR en JAVA – Apúntate aquí → - https://junior-a-senior.programandoenjava.com/ SPRING BOOT ...

0:49
#PATTERNMATCHING en #JAVA #JDK16

938 views

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

5 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,067 views

2 years ago

Adam Bien
Java Record Patterns: Fast Access To Components / Destructuring #java #shorts #coding #airhacks

Java 21 ships with Record Pattern - you can directly access fields / components without casting or calling methods: ...

0:49
Java Record Patterns: Fast Access To Components / Destructuring #java #shorts #coding #airhacks

2,911 views

2 years ago