________ is a standard machine language into which Java source is compiled.

2023

________ is a standard machine language into which Java source is compiled.

Answer: C. BytecodeIn Java, source code (.java) is compiled by the Java Compiler (javac) into Bytecode (.class file). This bytecode is platform-independent and runs on the Java…

  1. A.

    Interpreter

  2. B.

    Object Oriented

  3. C.

    Bytecode

  4. D.

    Assembly

  5. E.

    Question not attempted

Attempted by 630 students.

Show answer & explanation

Correct answer: C

In Java, source code (.java) is compiled by the Java Compiler (javac) into Bytecode (.class file).

This bytecode is platform-independent and runs on the Java Virtual Machine.

Flow:

Java Source Code (.java) → Compiler → Bytecode (.class) → JVM executes

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…