Skip to Content
Mastering Java 11 - Second Edition
book

Mastering Java 11 - Second Edition

by Dr. Edward Lavieri Jr., Mandar Jog
September 2018
Intermediate to advanced content levelIntermediate to advanced
462 pages
13h 28m
English
Packt Publishing
Content preview from Mastering Java 11 - Second Edition

The modular JDK

The core aim of JEP-200 was to modularize the JDK using the Java Platform Module System (JPMS). Prior to Java 9, our familiarity with the JDK includes awareness of its major components:

  • The JRE
  • The interpreter (Java)
  • The compiler (Javac)
  • The archiver (JAR)
  • The document generator (Javadoc)

The task of modularizing the JDK was to break it into components that could be combined at compile time or runtime. The modular structure is based on the following modular profiles established as compact profiles in Java 8. Each of the three profiles is detailed in the following tables:

  • Compact profile 1:
java.io java.lang.annotation java.lang.invoke
java.lang.ref java.lang.reflect java.math
java.net java.nio java.nio.channels ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Core Java 11 Advanced, Second Edition

Core Java 11 Advanced, Second Edition

Cay S. Horstmann
Java 11 Cookbook - Second Edition

Java 11 Cookbook - Second Edition

Nick Samoylov, Mohamed Sanaulla
Java 9 High Performance

Java 9 High Performance

Mayur Ramgir, Nick Samoylov

Publisher Resources

ISBN: 9781789137613Supplemental Content