explain about jre and jvm

Answers were Sorted based on User's Feedback



explain about jre and jvm..

Answer / devender/mimshad

jre->jre stand for java run time environment it is use to
run .class file which is generated after compilation.And it
must be present if any body want to run any java programe
in his machine.

Jvm->Java virtual machine.it is abstact computer on which
all java programe run it is consider to be power of java.
It is JVM that makes java a platform independent language.
Each operating system has its own JVM which enables it to
run Java programs irrespective of its development machine.

Is This Answer Correct ?    22 Yes 5 No

explain about jre and jvm..

Answer / kalyan g

JRE includes (JVM ) java virtual machine and some other
library files. That runs a java application

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Core Java Interview Questions

How multipleInheritance is possible in java?

18 Answers   Satyam,


How many types of operators are there?

0 Answers  


What modifiers are used with a top level class?

3 Answers  


How many bits is a char?

0 Answers  


What is the difference between jvm and jre? What is an interface?

0 Answers  






Can you inherit a constructor java?

0 Answers  


What is a class object?

0 Answers  


How to sort an array in java without using sort method?

0 Answers  


Can a main method be overloaded?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

0 Answers  


What do you understand by soft reference?

0 Answers  


What does localhost mean?

0 Answers  


Categories