What is the Java Runtime Environment (JRE)?



JRE is Java Runtime Environment and is the machine-specific implementation of JVM. 

It contains libraries like rt.jar, class loaders etc which are used by JVM.


Advertisements