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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic