What Is Jre In Java?

3

3 Answers

Anonymous Profile
Anonymous answered
JRE-Java Runtime Environment  can be defined as a collection of JVM(Java virtual machine) + Java classes+Runtime Libraries.  As the name suggests,JRE creates an environment wherein Java programs can be compiled,interpreted and executed irrespective of the platform(i.e either WINDOWS or LINUX or anyother operating system)
Anonymous Profile
Anonymous answered
JAVA RUN TIME ENVIRONMENT
JRE=jvm+java packages classes(swing etc)+RUNTIME LIBBARIES
it contain jvm class libraries and other supporting file .if you want to run any java program you need to have RUN TIME installed in the system. Actually JVM runs the program and it uses the class libraries and other supporting files provided in RUN TIME.
Girish Gupta Profile
Girish Gupta answered
JRE is Java Runtime Environment. It is a place where java classes are run. Like in the case of an applet, a JRE needs to be installed on the web server where you are going to run the applet.

Answer Question

Anonymous