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

Can I map more than one table in a cmp?

0 Answers  


diffrence between jsp and servelts.

6 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


life cycle of an applet?

3 Answers  


How do you iterate in Hashmap?

1 Answers   HCL, Infotech,






What is ripple effect?

0 Answers  


whats is mean by jndi

1 Answers   SolutionNET,


how can u cal servlet from java?

7 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

0 Answers  


What is JNI?

1 Answers   Google, TCS,


What is ioc concept?

0 Answers  


Categories