What is the unnamed module in the Java Platform Module System?
-
A
A module explicitly declared with no name in module-info.java
-
B
A virtual module that contains all classes loaded from the class path
-
C
The bootstrap module used during JVM startup
-
D
A module whose exports are accessible to every other module