Completed
Java 11: Dynamic class-file constants
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Dynamic Constants in Java: Oxymoron or Promising JVM Feature - Lecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 JaCoCo Java Code Coverage
- 3 Real disclaimer
- 4 invokedynamic aka INDY
- 5 Java 11: Dynamic class-file constants
- 6 Original class
- 7 Instrumented class
- 8 Demo
- 9 Non-capturing lambdas
- 10 Enum constants
- 11 Enum switch
- 12 Good singleton factory
- 13 Lazy static final fields
- 14 There is more
- 15 Takeaways
- 16 Outro