Completed
13:55 Extending Pattern Matching with primitive types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
All New Java Language Features Since Java 21 - Road to Java 25
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Intro
- 2 1:21 Data Oriented Programming
- 3 2:03 Switching on a sealed type using pattern matching
- 4 4:23 Simplifying patterns with unnamed variables
- 5 7:23 Analyzing the use of unnamed variables in record patterns
- 6 8:27 Using unnamed variables in type patterns
- 7 8:54 Using unnamed variables when catching exceptions
- 8 9:35 Using unnamed variables in lambda expressions
- 9 11:28 Using unnamed variables in other places
- 10 13:55 Extending Pattern Matching with primitive types
- 11 15:04 Analyzing the status of an HTTP response with switch on primitive patterns
- 12 16:29 Switching on booleans
- 13 17:15 Safe JSON data analysis with primitive patterns
- 14 20:33 Simplifying the writing of Java applications
- 15 22:14 Using IO.println to print messages
- 16 22:41 Running some Java code without calling the compiler
- 17 23:40 Running multi-file source-code programs
- 18 24:40 Importing modules in Java classes
- 19 26:02 Wrapping up simplified Java applications
- 20 27:06 Using Markdown to write your JavaDoc
- 21 28:37 Constructing object to manage null values and constants properly
- 22 30:59 Analyzing the construction of objects
- 23 32:29 Introducing Stable Values to create real constants
- 24 33:28 Revising object construction with Flexible Constructor Bodies