Difference between JRE and JVM?

Answers were Sorted based on User's Feedback



Difference between JRE and JVM?..

Answer / rashmee

JRE(Java Runtime Environment)- It is Combination of JVM+Java packages+runtime libraries.
It is responsible for execution of java files

JVM(Java Virtual machine)-It is a part of JRE.It Converts byte code into machine code.

Is This Answer Correct ?    16 Yes 0 No

Difference between JRE and JVM?..

Answer / prakash

JVM is a concept, a hypothetical machine that process
bytecode and JRE (Java Runtime Environment) is its actual
implementation.

Is This Answer Correct ?    0 Yes 1 No

Difference between JRE and JVM?..

Answer / ram

simply it is a part of JDK

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Advanced Java Interview Questions

What is the purpose of the notifyall() method?

0 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Do I have to use jsps with my application?

0 Answers  


what do u mean by java bean??

2 Answers   ADP,






Explain the advantages and disadvantages of detached objects.

0 Answers  


I wantr to know, How many number of users logged in to website? can any one answer

7 Answers   Cap Gemini,


How to implement RMI in Java?

0 Answers   TCS,


What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


Explain ioc concept?

0 Answers  


Where can I ask questions and make suggestions about seam?

0 Answers  


difference between apllet and interface class

1 Answers   Infotech,


Categories