InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A Jdk And A Jvm? |
|
Answer» JDK is Java Development Kit which is for development PURPOSE and it includes execution environment also. But JVM is purely a run time environment and hence you will not be ABLE to compile your source files USING a JVM. JDK is Java Development Kit which is for development purpose and it includes execution environment also. But JVM is purely a run time environment and hence you will not be able to compile your source files using a JVM. |
|