what is the main Function of the JVM | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

what is the main Function of the JVM

11th Oct 2016, 6:16 AM
Julius Ndegwa
Julius Ndegwa - avatar
2 Réponses
+ 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