Java Features:Byte Code

From WikiKantila

Jump to: navigation, search

[edit] Byte Code

In Java, program is not compiled directly in native code that can be run directly on machine. Instead, it is compiled in an intermediate language for Java Virtual Machine, which is interpreted by Java Runtime Environment (Java Interpreter). This intermediate code is called Byte Code.

Go back to 4IT3 Object Oriented Programming

Personal tools