Which statement is true about modules?
Which statement is true about modules?
Modules can be named, unnamed, or automatic. Named modules and automatic modules are on the module path. Named modules are those explicitly defined and having a module descriptor. Automatic modules are derived automatically from a JAR file that does not have a module descriptor. Unnamed modules exist but they are not placed on the module path; instead, they are on the classpath.
B is correct
B is correct