March 2023
Intermediate to advanced
1851 pages
66h 25m
English
Chapter Topics
Understanding the issues the modules address and the benefits they provide
Understanding the most important goals of the Java Module System: strong encapsulation, reliable configuration, and better performance
Understanding how the modular JDK is organized, and how to discover and use its salient modules
Writing a module declaration that specifies the properties of a module: its module name, and the requires and exports directives in such a declaration
Understanding the module graph of an application
Differentiating between readability of a module and accessibility of public types in an exported package of ...
Read now
Unlock full access