1.

What is the command used to Run a Java program form Command Line or Command Prompt or CMD?

A. javac hello
B. java hello.class
C. java hello
D. java hello.java
Answer» D. java hello.java


Discussion

No Comment Found