What is the purpose of the "module-info.java" file in a Java module?
-
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