Re: difference between JRE and JVM
Posted By:
Himanshu_Shah
Posted On:
Tuesday, August 10, 2004 01:51 AM
The JVM is one of the parts of the JRE. Other parts include jars, dlls, fonts, properties, images etc. When u install the JRE you will find a whole bunch of files in there. So when u run a java program(.class) JRE makes use of JVM along with the jars, fonts etc. to execute the program.