+ 1
what is the task of jvm?
4 odpowiedzi
+ 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).
+ 1
actually jvm converts the source code into machine independent byte code which can run on different platform.
0
jvm stands for java virtual machine, it is a software which provides a runtime environment i.e. it's a type of jre.
0
actually JVM provides an integrated development environment in which programs get executed