KnowledgeBoat Logo
|

Computer Applications

What is Java Bytecode?

Java Intro

37 Likes

Answer

The programs written in Java are compiled into a machine language for a virtual computer called Java Virtual Machine (JVM). The machine language for this special Java Virtual Machine is called Java Bytecode. The Bytecode files are generated with the ".class" extension.

Answered By

20 Likes


Related Questions