what is the task of jvm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the task of jvm?

13th Aug 2016, 12:18 PM
md Zain
md Zain - avatar
4 Answers
+ 3
JVM is an acronym for Java Virtual Machine, it is an abstract machine which provides the runtime environment in which java bytecode can be executed. It is a specification. JVMs are available for many hardware and software platforms (so JVM is platform dependent).
13th Aug 2016, 12:34 PM
WPimpong
WPimpong - avatar
+ 1
actually jvm converts the source code into machine independent byte code which can run on different platform.
13th Aug 2016, 2:48 PM
Gowtham krvz kv
Gowtham krvz kv - avatar
0
jvm stands for java virtual machine, it is a software which provides a runtime environment i.e. it's a type of jre.
13th Aug 2016, 2:25 PM
karan sah
karan sah - avatar
0
actually JVM provides an integrated development environment in which programs get executed
15th Aug 2016, 3:57 PM
Shivam Ghate