The Java Runtime Environment (JRE) is one of the core components of Java. The JRE contains all the libraries and core classes that are needed to execute a Java program. The Java Virtual Machine (JVM) which is the core part of Java responsible for executing Java programs also sits on the JRE.
Sort: