Which two statements are true about Java modules? (Choose two.) By Singh | January 1, 2023 0 Comment Which two statements are true about Java modules? (Choose two.) A. If a package is defined in both the named module and the unnamed module, then the package in the unnamed module is ignored. B. Classes found in -classpath are part of an unnamed module. C. Modular jars loaded from -classpath are automatic modules. D. Any named module can directly access all classes in an automatic module. E. Modular jars loaded from –module-path are automatic modules. Correct Answer: B,E