Thursday 20 October 2016

What is JVM

What is Java Virtual Machine

Fact but hard to digest for Java Developers:
  • Every java developer knows that Java byte code runs in a JRE (Java Run time Environment) with the help of JVM.
  • Developers are able to develop the Java applications without much knowledge on JVM, it's fine even it's not an issue also.
  • However, if a developer understands the JVM, might be he can understand Java more.
Main task of JVM:
  • Java Virtual Machine can converts byte code(.class) instructions into machine understandable format.
Thanks for your time.
Nireekshan