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 an abstract method?

0 Answers  


advantage of thread?

3 Answers   HCL,


how to get value in combo for updation?

1 Answers   CMC,


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


How many requests can a server fetch at a time?

1 Answers  






whats is stored procedure,joins

1 Answers   Photon,


What is meant by method chaining?

0 Answers  


What is the difference between ear, jar and war file?

0 Answers  


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


How substring() method of string class create memory leaks?

0 Answers  


Difference Between java & javax

5 Answers   Sun Microsystems, Wipro,


difference of inheritance and interface

3 Answers  


Categories