what is the main Function of the JVM | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the main Function of the JVM

11th Oct 2016, 6:16 AM
Julius Ndegwa
Julius Ndegwa - avatar
2 Answers
+ 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.
11th Oct 2016, 7:47 AM
Ousmane Diaw
+ 1
java virtual machine simply translates byte code generated by compiler into machine code
11th Oct 2016, 8:46 AM
Neha