Completed
Helpful NullPointerException
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
OpenJDK 17 Features and Enhancements - Part 2
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Foreign-Memory Access API (JEP 393)
- 3 Helpful NullPointerException
- 4 Packaging Tool
- 5 Java Inheritance
- 6 Sealed Classes (JEP 360)
- 7 Records (Second Preview)
- 8 Pattern Matching instanceof
- 9 Streams mapMulti
- 10 Vector API (Incubator Module)
- 11 Code Example With Vector API
- 12 Foreign Linker API (JEP 389): Incubator
- 13 Warnings for Value-Based Classes
- 14 Pattern Matching for switch (Completeness)
- 15 Guarded Patterns