Recent Posts

Responsive Ads Here

Saturday 5 March 2016

What is Java Run time Environment (JRE) ?

Technical Description:-The Java Runtime Environment is the part of JDK.JRE provides the minimum requirements for executing a Java Applications.JRE consists of the JVM (Java Virtual Machine), Core classes and supporting files.

Note: you can find JRE folder in Java Development Kit (JDK)

General Description: - Suppose if we want to play a cricket, first we need a play ground and also we need players. Just assume, our match is a java program, to run our program we need an environment. If we want to play a cricket we need a ground (JRE) and Supporting files (Players), without players we cannot play a cricket and also without ground (JRE), we cannot play a cricket both are interrelated.

enuretoday.blogspot.com


Play Ground is a JRE
Cricketers are supporting classes
Assume JVM is an empire

Where we use JRE in Java Programs?

To compile and run our java programs we have to set path and class path.We use JRE for set Class path to run our programs.

No comments:

Post a Comment