What is jvm ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What is jvm ?

Java

30th Apr 2021, 2:13 AM
Nikhil Ekhande
Nikhil Ekhande - avatar
1 Respuesta
+ 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