Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between JVM and JRE?

Answers were Sorted based on User's Feedback



Difference between JVM and JRE?..

Answer / manasa

JVM is a java virtual machine.... which is a compiler and
it converts bytecode to its original form which is given by
us......
JRE is a software where it supports to execute our
programs....

Is This Answer Correct ?    9 Yes 4 No

Difference between JVM and JRE?..

Answer / shylaja adam

Jvm is Java virtual machine. It works like both compiler and interpreter for the java programs. where as Jre is Java runtime environmet. As the name implies It provides supoort for java programs by providing runtime environment that is needed to execute.

Is This Answer Correct ?    5 Yes 1 No

Difference between JVM and JRE?..

Answer / praveen

JVM --- JVM converts byte code into machine(processor)
understandable language.
----We import some classes in java program.
----JVM execute those class methods in java library and
place the result into the program.

JRE = JVM + java library

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference between stringbuffer and stringbuilder?

0 Answers  


What is core java called?

0 Answers  


Explain oops concepts in detail?

0 Answers  


What are the performance implications of interfaces over abstract classes?

1 Answers  


What is the difference between Java Bean and Java Class.?

2 Answers  


Can we have return statement in finally clause? What will happen?

0 Answers  


Difference between arraylist and hashset in java?

0 Answers  


Can we call the Thread.sleep in Synchyronozed block?

5 Answers   Logica CMG,


What will happen if we write code like: try{}catch(exception e)catch(IOException i)

6 Answers   CTS, TCS,


What does function identity () do?

0 Answers  


how to call One constructor from another;

10 Answers   Innodata Isogen,


What are passing parameters?

0 Answers  


Categories