Single Choice
Moderate
QJava code is first converted to:
ID: #25892
MCQ Quiz - Class 8 - Programming
4 views
Question Info
#25892Q 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:
The Java compiler (javac) converts source code to platform-independent bytecode first.
Why the other options are incorrect:
- Option B: Machine code comes later, from JVM's interpretation.
- Option C: Java skips assembly language entirely.
- Option D: Source is already text; compilation produces bytecode.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic