QuestionQ49
Java Platform Module SystemWhich two statements about modules in the Java Platform Module System are true?
Choose two
- A The module-info.java has to be located in the Java bin directory.
- B They are a group of related Java packages and resources such as XML files, images, and properties file.
- C The classes in a module are loaded using class-path.
- D They support versioning of Java modules.
- E Packages within the module are hidden by default.
Community Discussion