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

Choose the Best Option

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

  • A Bytecode
  • B Machine code directly
  • C Assembly
  • D Text
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.

Share This Question

Challenge a friend or share with your study group.