Tag Archives: com.example

Which command line runs the main class com.acme.Main from the module com.example?

Which command line runs the main class com.acme.Main from the module com.example? A. java -classpath com.example.jar -m com.example/com.acme.Main B. java –module-path mods -m com.example/com.acme.Main C. java –module-path mods com.example/com.acme.Main D. java -classpath com.example.jar com.acme.Main Correct Answer: A