What is the difference between a JDK and a JVM?

Correct Answer: JDK is Java Development Kit which is for development purpose and it includes execution environment also JVM is Java Virtual Machine which is a run time environment for the compiled java class files Hence you will not be able to compile your source files using a JVM

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion