Multiple choice technology programming languages

Command to execute a compiled java programs is

  1. run

  2. execute

  3. javac

  4. java

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'java' command is used to launch and execute a compiled Java application (.class file) from the command line, whereas 'javac' is used to compile Java source code.