+ 1
what is the main Function of the JVM
2 Respuestas
+ 2
JVM consists of comipler and interpreter which is resposible to compile our source code into bytecodes and interpreter reads each class file code line by line.
+ 1
java virtual machine simply translates byte code generated by compiler into machine code