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 ?

14th Sep 2016, 12:38 PM
Venkatesh Patange
Venkatesh Patange - avatar
3 Answers
+ 2
Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java program.
14th Sep 2016, 12:49 PM
Meher jeet
Meher jeet - avatar
0
java compiler compiles .java file to .class file. A .class file does not contain code that is native to your processor, it instead contains bytecodes. Through java virtual machine we are capable to run on different platforms like windows, Mac os, Linux ..
14th Sep 2016, 1:22 PM
Teja Naraharisetti
Teja Naraharisetti - avatar
0
thanks
14th Sep 2016, 1:31 PM
Venkatesh Patange
Venkatesh Patange - avatar