(1Z0-811) Oracle Java SE11 Programmer Practice Test
1Z0-811 Java Development and Deployment
What is the purpose of the "module-info.java" file in a Java module?
Select your answer
A
To define the entry point of the Java application
B
To specify the modules that the current module depends on and the packages it exports
C
To manage the Java Virtual Machine (JVM) configuration
D
To handle logging and error reporting
Hint