Java
Programming and Technical
Q. What is the difference between a JDK and a JVM?
A. 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.
Read Solution (Total 0)
Java Other Question