Comparison between JDK, JRE and JVM
This post contains the difference between JDK, JRE, and JVM. Let’s understand the difference between them first.JVM: Java Virtual MachineJDK: Java Development KitJRE: Java Runtime Environment Comparison between JDK, JRE, and JVM JDK It stands for Java Development Kit. It is the tool necessary to compile, document and package Java programs. It contains JRE + … Read more