Single Choice
Moderate
QWhat is Java bytecode?
ID: #25890
MCQ Quiz - Class 8 - Programming
6 views
Question Info
#25890Q 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:
Java bytecode is intermediate code (in .class files) that runs on the JVM. This makes Java platform-independent.
Why the other options are incorrect:
- Option B: It's more than text — it's specifically formatted for JVM.
- Option C: Assembly is different, lower-level, and platform-specific.
- Option D: Java doesn't produce machine code directly; JVM does the final step.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic