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

Choose the Best Option

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

  • A Intermediate code executed by JVM
  • B Only text
  • C Assembly
  • D Machine code directly
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.

Share This Question

Challenge a friend or share with your study group.