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 are the four integer types supported by java?

0 Answers  


What is difference between Heap and Stack Memory?

0 Answers  


What is default exception handling in java?

0 Answers  


What are the 4 types of research methods?

0 Answers  


What is multiple inheritance & can we implement it in java?

6 Answers   Satyam,






Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?

1 Answers   Logica CMG,


Does java allow default arguments?

0 Answers  


What is pass by value?

0 Answers  


Is it possible to specify multiple jndi names when deploying an ejb?

0 Answers  


i need example for java abstraction. where we use abstraction and why we need abstraction.

2 Answers   Oracle,


What are the new features in java 8?

0 Answers  


Explain the JDB in depth & command line.

0 Answers  


Categories