Single Choice Easy

QJava Source Code is compiled into ______________.

ID: #2028 Java Language Basics 12,229 views
Question Info
#2028Q ID
EasyDifficulty
Java Language BasicsTopic

Choose the Best Option

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

  • A Source Code
  • B .Obj
  • C .Exe
  • D Bytecode
Correct Answer

Explanation

Java source code is compiled into Bytecode, which is an intermediate representation of the code that can be executed on any Java Virtual Machine (JVM). This allows Java to be platform-independent, as the same bytecode can run on different operating systems without modification.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.