What is jvm ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is jvm ?

Java

30th Apr 2021, 2:13 AM
Nikhil Ekhande
Nikhil Ekhande - avatar
1 Réponse
+ 2
JVM stands for java virtual machine. Let's assume you have taken a file name first.java which gets compiled by java compiler and provides java bytecode which is stored in first.class file(.class file) so JVM takes this bytecode and convert it into the result.
30th Apr 2021, 7:41 AM
Sadichha Laxman Patil
Sadichha Laxman Patil - avatar