InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Amongst Jvm Spec, Jvm Implementation, Jvm Runtime ? |
|
Answer» The JVM spec is the blueprint for the JVM GENERATED and owned by SUN. The JVM IMPLEMENTATION is the ACTUAL implementation of the spec by a VENDOR and the JVM runtime is the actual running instance of a JVM implementation. The JVM spec is the blueprint for the JVM generated and owned by Sun. The JVM implementation is the actual implementation of the spec by a vendor and the JVM runtime is the actual running instance of a JVM implementation. |
|