concept base module in category java
appears as: base module, The base module

This is an excerpt from Manning's book The Java Module System.
Loading the base module
Figure 3.3 Most types of modules, organized in a handy diagram. The modules shipped with the JDK are called platform modules, with the base module at their center. Then there are application modules, one of which must be the initial module, which contains the application’s
main
method. (Root, system, and incubator modules aren’t shown.)![]()