Thread: What is JVM ?
View Single Post
Old 08-19-2016, 10:44 PM   #9
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
JVM stands for Java Virtual machine is a abstract machine that acts as a run-time environment in which java byte code can be executed. Java don't work on a separate compiler or interpreter instead we need to setup whole Java run time environment. So, JVM could called to any machine where JRE(Java Run time Environment) is installed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
addisoncave is offline   Reply With Quote