Monday 19 September 2016

JVM

JVM

Java Virtual Machine (JVM)
  • Java Virtual Machine is a Program, the main task of JVM is, 
1. JVM receives .class file
2. .class file contains byte code
3. JVM will Converts this byte code into machine code.

Note :
Its just definition now, in upcoming chapter we'll sit and learn briefly about JVM.

Thanks for your time.
Nireekshan