JVM, JRE, and JDK

The JVM (Java Virtual Machine) enables computers to run Java programs thus making Java platform independence. The JVM is part of the JRE (Java Runtime Environment). The JRE is the environment in which Java codes are executed. The JDK (Java Development Kit) is the package that contains both the JRE and JVM. You have to download the JDK in other for you to be able to develop a program in Java.

Click here to read more