What is the difference amongst JVM Spec, JVM Implementation, JVM Runtime?
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
JVM runtime is the actual running instance of a JVM implementation
Recent Comments