Single Choice Moderate

QTo run a Java program, we use:

ID: #25842 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25842Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A java
  • B javac
  • C javadoc
  • D jar
Correct Answer

Explanation

Correct Answer Explanation:

The 'java' command runs compiled Java programs. E.g., 'java HelloWorld' runs the HelloWorld.class file.

Why the other options are incorrect:

  • Option B: javac COMPILES source; it doesn't run programs.
  • Option C: javadoc generates documentation, not execution.
  • Option D: jar creates or extracts archive files.

Share This Question

Challenge a friend or share with your study group.