ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,010,773 results

Related queries

java 17 features

javascript full course

pattern in java

java programming

java design patterns

java full

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,196 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,241 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,736 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,252 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

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

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

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

2 months 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,660 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,671 views

2 years ago

Java
Pattern Matching with Brian Goetz

This talk highlights the pain points that need to be solved in order to implement the pattern matching in Java and proposes ways to ...

53:36
Pattern Matching with Brian Goetz

15,656 views

8 years ago

Shawn Durandetto
Java Regular Expressions(Pattern Matching)

How to use regular expressions / pattern matching in java. Java Documentation: ...

28:51
Java Regular Expressions(Pattern Matching)

1,143 views

9 years ago

Will Tollefson
Sealed Classes and Interfaces - Java Programming

In this video, we'll talk all about sealed classes and interfaces in Java. One of the main delimmas of an object oriented designer is ...

11:21
Sealed Classes and Interfaces - Java Programming

4,018 views

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

4 years ago

Denver Open Source Users Group
Venkat Subramaniam -  Refactoring from Imperative to Functional Style

Learning syntax is part of our lives and that comes from practice. The challenge with programming in the functional style is to be ...

1:30:01
Venkat Subramaniam - Refactoring from Imperative to Functional Style

3,432 views

Streamed 3 years ago

Spring I/O
Hexagonal Architecture in Practice, Live Coding That Will Make Your Applications More Sustainable

Spring I/O 2025 - 21-23 May, Barcelona Slides: ...

47:14
Hexagonal Architecture in Practice, Live Coding That Will Make Your Applications More Sustainable

19,695 views

6 months ago

The PrimeTime
8 Design Patterns | Prime Reacts

Design patterns are really useful ;) ORIGINAL: https://www.youtube.com/watch?v=tAuRQs_d9F8 Recorded live on twitch, GET IN ...

22:10
8 Design Patterns | Prime Reacts

531,998 views

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

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

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

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

212 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,401 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,507 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
WHEN and NULL In Pattern Matching - Inside Java Newscast #24

JavaOne is back! ➱ https://oracle.com/javaone JEP 427 proposes two changes to pattern matching in switch: 1. Guarded patterns ...

6:30
WHEN and NULL In Pattern Matching - Inside Java Newscast #24

5,370 views

3 years ago