What is the correct directory layout expected when placing a module named `com.example` on the module path?
-
A
The JAR or directory must be directly on the module path; no specific subdirectory is required
-
B
A subdirectory named `com/example/` containing `module-info.class` at its root
-
C
A subdirectory named `com.example/` containing `module-info.class` at its root
-
D
A flat directory with all `.class` files including `module-info.class`