🎴 Flashcard Mode
programming languages Online Quiz - 65
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________.
AnswerClick to flip back
A
Byte Code
💡 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.