Difference between JDK, JRE and JVM
This tutorial will help you to learn the difference between JDK, JRE and JVM. JDK Java Development Kit (JDK) is a kit which provides the environment to develop and execute java programs. It is the superset of JRE (Java Runtime Environment) and includes tools for developing, debugging and monitoring the java applications. JDK includes two things: Development Tools: To provide an environment to develop your java programs. JRE: To execute your java program. Development part is the one, which contains
Read more