- Mastering Java 11
- Dr. Edward Lavieri
- 47字
- 2021-08-13 15:43:28
JDK source code organization before modularization
The JDK is a compilation of code files, tools, libraries, and more. The following diagram provides an overview of the JDK components:
The pre-modular organization of the JDK components in the preceding diagram is detailed in the next seven subsections.