What is JVM Explain it in brief

What is Jvm
What is JVM Explain it in brief

Hi @Harsh_Sonwani,
JVM is responsible for running java applications. The .class file that is obtained after compiling the java program is run by using JVM. It calls the main function in a java class. It is a part of JDK(Java development kit) and actually ensures java compatibility across different devices. I hope this is enough as you asked for brief answer.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.