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 the difference between jfc & wfc?

0 Answers  


What is your platform?s default character encoding and how to know this?

0 Answers   TCS,


Write a program to find the whether a number is an Armstrong number or not?

0 Answers   Aspire, Infogain,


What is a dot notation?

0 Answers  


what is anonymous class in java?

0 Answers  






Mention the default values of all the elements of an array defined as an instance variable.

0 Answers  


Which programming language is best in future?

0 Answers  


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

0 Answers   Infosys, TCS,


How does regex work?

0 Answers  


how can we synchronize Hash map?

3 Answers   CTS,


is there a separate stack for each thread in java? : Java thread

0 Answers  


How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?

1 Answers   Huawei,


Categories