Interview Question in Java


 

Interview Question :: difference among JVM Spec, JVM Implementation, JVM Runtime

What is the difference among JVM Spec, JVM Implementation, JVM Runtime ? 

by ksk
VoteNowAnswers to "difference among 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 and the JVM runtime is the actual running instance of a JVM implementation 

by ksk