What is Bytecode ?

Bytecode
Java programs are translated into an intermediate language called bytecode  Bytecode is the same no matter which computer platform it is run on.  Bytecode is translated into native code that the computer can execute on a program called the  Java Virtual Machine(JVM).
The Bytecode can be executed on any computer that has the JVM. Hence Java’s slogan, “Write  once, run anywhere
error: Content is protected !!