Single Choice Moderate

QWhich tool compiles Java code?

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

Choose the Best Option

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

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

Explanation

Correct Answer Explanation:

javac (Java Compiler) converts .java source files into .class bytecode files.

Why the other options are incorrect:

  • Option B: java is used to RUN compiled programs, not to compile them.
  • Option C: javadoc generates documentation, not compilation.
  • Option D: jar packages .class files into archives, not compilation.

Share This Question

Challenge a friend or share with your study group.