+ 2
What is JVM?
2 Respostas
+ 6
It can be called as a runtime engine which provides run time environment to drive the Java code or any other apps.
It is also responsible for compiling java byte code to machine code before running it.
Hope this helps 🙂
+ 1
Java virtual machine