Java / JPMS
Types of Modules in JPMS.
System Modules: Modules that comprise the Java SE platform and the JDK.
Application Modules: Custom modules created by developers for their applications.
Automatic Modules: JAR files on the module path that are treated as modules, providing compatibility with older libraries.
Unnamed Module: A catch-all module for classes loaded from the classpath, ensuring backward compatibility.
More Related questions...