What is the difference between JVM and JRE ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 6 of 6 Answers

Vinoth

  • Aug 11th, 2011
 

JVM - Java Virtual Machine in which all your application is placed inside the JVM(virtual server)
JRE - Java Runtime Environment - helps java appln to run

  Was this answer useful?  Yes

JRE is Java Run time Environment. If you look into the exact definition of JVM, It says Java Virtual Machine provides run time environment for running J2EE Applications. JRE is provided by JVM.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions