JRE stands for “Java
Runtime Environment” and it is responsible for run the Java program.
Java Runtime Environment (JRE) internally
contains JVM and all set of inbuilt packages and library. JRE refers to a
runtime environment in which java bytecode can be executed.
Java Runtime Environment (JRE) doesn’t
contain any development tools like java compiler, debugger etc. You must install
JRE on your machine before execute any java program.
I hope you are enjoying with this post! Please
share with you friends! Thank you!!