What is JRE in JAVA



Java Runtime Environment

        JRE is implementation of JVM[ check the previous post to read about JVM]. It
creates a run time environment for the program to run.It contains set of libraries and the files that is required to run the java program.Oracle releases various versions of  JRE  with some updates in specific interval of time.

Latest version of JRE is jre-8u77 as of now.



Previous
Next Post »