MCQOPTIONS
Saved Bookmarks
| 1. |
What is the Java command used to compile a java program from Command Line or Command Prompt or CMD? |
| A. | >java hello.java |
| B. | >javac hello.java |
| C. | >javacomp hello.java |
| D. | >javacmd hello.java |
| Answer» C. >javacomp hello.java | |