Multiple choice technology programming languages

Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________.

  1. Byte Code

  2. Firewall

  3. Class Code

  4. Bit Code

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java programs achieve platform independence by compiling source code into bytecode. This bytecode runs on any system with a Java Virtual Machine (JVM). Bit code, class code, and firewall are not the names of this intermediate format.