- Mastering Java 11
- Dr. Edward Lavieri
- 39字
- 2021-08-13 15:43:14
Dynamic class-file constants
In Java 11, the file format for Java class files was extended to support CONSTANT_Dynamic, which delegates creation to a bootstrap method. This change will be fully explored in Chapter 3, Java 11 Fundamentals.