Q:

what is jvm

jvm stands for java virtual machine and it s platform dependent which is used to execute the java file i,e .class files.
1
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 which specifies the working of Java Virtual Machine. 
Its implementation has been provided by Oracle and other companies. 
Its implementation is known as JRE. 
JVMs are available for many hardware and software platforms 
(so JVM is platform dependent). It is a runtime instance which is 
created when we run the Java class. 
There are three notions of the JVM: specification, implementation, and instance.
0

New to Communities?

Join the community