Which two statements are true about Java modules? (Choose two.)
Modular jars loaded from --module-path are automatic modules.
Any named module can directly access all classes in an automatic module.
Classes found in –classpath are part of an unnamed module.
Modular jars loaded from –classpath are automatic modules.
If a package is defined in both the named module and the unnamed module, then the package in the unnamed module is ignored.
Submit