Completed
Startup Time: HelloWorld
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java 8 to 18: Most Important Changes in the Java Platform
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Java Release Model and Licenses - Then
- 3 Local-Variable Type Inference JDK 10
- 4 Switch Expressions JDK 14
- 5 Text Blocks JDK 15
- 6 Record Classes JDK 16
- 7 Pattern Matching for instanceof JDK 16
- 8 Sealed Types (classes and interfaces) JDK 17
- 9 Pattern matching for switch Before
- 10 Pattern matching for switch After
- 11 Pattern matching for switch - Matching null
- 12 Pattern matching for switch - Guarded patterns
- 13 Helpful NullPointerExceptions JDK 14
- 14 Java Linker (jlink) for creating custom runtimes JDK 9
- 15 Java Dependency Analyzer (jdeps) JDK 9
- 16 Java Packager (jpackage) JDK 16
- 17 Flight Recorder JDK 11
- 18 HTTP/2 Client JDK 11
- 19 Deserialization Filtering
- 20 Startup Time: HelloWorld
- 21 Application Class Data Sharing: Micronaut