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 is an immutable class?

0 Answers  


What is a treeset class?

0 Answers  


What does it mean that strings are immutable?

0 Answers  


What is the difference between an argument and a parameter?

0 Answers  


What are autoboxing and unboxing? When does it occur?

0 Answers  


"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)

3 Answers  


What is string syntax?

0 Answers  


what release of java technology are currently available what do they contain?

1 Answers  


How transient variable is different from volatile variable?

0 Answers  


What is meant by anonymous class?

0 Answers  


What is a nested class?

0 Answers  


can u give one sinario when you use Abstract Class and When you use Interface.

5 Answers   ITC Infotech,


Categories