0
What does jvm mean
2 Respostas
+ 1
JVM means java virtual machine.When we compile our .java file ,it will converted into .class file.JVM converts that .class file to byte code for running on our machine.Due to JVM ,we called java as write once run anywhere (WORA).JVM is different for different machine.
0
Java virtual machine, your Java programs run on it