Hi,
What is JVM?
Thanks
Hi,
JVM or Java Virtual Machine is software system that enables the Java Program to run on a Host Machine. On Host machine it is required to install JVM (JRE/JDK) before running any Java program.
Read full detail at Java Virtual Machine(JVM).
View all interview questions at Java Interview Questions with Answers page.
Thanks