What is jvm ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is jvm ?

Java

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