How JAVA Program Executes

How JAVA Program Executes ?

How Java Program Executes ?
JVM: Java Virtual Machine

Bytecode :
  • Java Source file is first Compiled and the output of this process is known as Bytecode.
  • It is collection of Instruction Set.


No comments:

Post a Comment