Prev Next

Java / JVM

What is JVM?

VM(Java Virtual Machine) acts as a run-time engine to run Java applications. JVM is the one that actually calls the main method present in a Java class. JVM is a part of JRE(Java Runtime Environment).

JVM enables a computer to run Java programs as well as programs written in other languages and compiled to Java bytecode.

More Related questions...

Show more question and Answers...


Comments & Discussions