Thread: What is JVM ?
View Single Post
Old 07-20-2016, 03:14 AM   #2
JakMax
Registered User
 
Join Date: Jul 2016
Location: Singapore
Posts: 31
JVM means Java Virtual Machine. It is an abstract computing machine that enables a computer to run a Java program.

There are three notions of the JVM:
1.Specification
2.Implementation
3.Instance.

You can learn details from Java Support forum.
__________________

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.

Last edited by JakMax; 07-27-2016 at 05:07 AM..
JakMax is offline   Reply With Quote