- Mastering Java 11
- Dr. Edward Lavieri
- 48字
- 2021-08-13 15:43:12
Application class-data sharing
Class-data sharing (CDS) has been extended to support faster application startup and smaller footprints. Using CDS, developers can have specific class files pre-parsed and stored in a shareable archive. We will explore this change to the Java platform in Chapter 2, Discovering Java 11.