Multiple choice technology programming languages Command to execute a compiled java programs is run execute javac 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.