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

Which javutil classes and interfaces support event handling?

0 Answers  


diff vector arraylist

4 Answers   Saka Solutions,


Will the general public have access to the infobus apis?

0 Answers  


Which are the different segments of memory?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,






can a static method be overridden

12 Answers   SolutionNET,


what's the main difference between unix os and linux os?

2 Answers   TCS,


How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


difference between applicationserver and webserver

2 Answers   SolutionNET,


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

0 Answers  


What modifiers may be used with an interface declaration?

0 Answers  


What are the high-level thread states?

1 Answers  


Categories