wt actually jvm do.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

wt actually jvm do.?

20th Jul 2016, 2:29 PM
Halesh Kb
Halesh Kb - avatar
4 Answers
+ 2
java virtual machine(jvm) is available for different operating systems which converts the compiled bytecodes in to a form that can be understood by that particular operating system. Availabilty of jvm for different operating systenm makes java PLATFORM INDEPENDENT ie we can write a code which can be run on any operating system.
20th Jul 2016, 3:23 PM
sreeraj g
sreeraj g - avatar
0
jvm is a java virtual machine help for the run time execution
20th Jul 2016, 2:39 PM
jm teja
jm teja - avatar
0
basically it's a virtual computer running within your computer, when you run a java program it runs inside the jvm, the jvm runs in your computer.
21st Jul 2016, 12:20 AM
Dwayne Barsotta
Dwayne Barsotta - avatar
0
In high level, it's a container that runs your java applications/applets that is encapsulated on its host machine.
21st Jul 2016, 4:16 AM
Eric Gitangu
Eric Gitangu - avatar