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

What is a class reference?

0 Answers  


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

0 Answers  


what is difference between throw and throws in exception?

48 Answers   Spenco,


explain oops concepts with examples?

29 Answers   AbhiBus, Beeline, DELL, HCL, Satyam, TCS, VLS, Wipro,


What comes to mind when someone mentions a shallow copy in java?

0 Answers  






C and C++ has constructors and distructors, why does Java does not have distructors?

1 Answers   T3 Softwares,


what are the oops concept in java explain with real time examples

24 Answers   Accenture, Bosch, Consummate Technologies, CTS, Current Technologies, iNautix, Infosys, Kekran Mekran, QA InfoTech, RTRT, SofTech, Tech Mahindra, Thorogood, Timios, Wipro,


What is the major drawback of internal iteration over external iteration?

0 Answers  


What are the advantages of unicode?

0 Answers  


What is meant by flickering?

0 Answers  


Can we override the private methods?

0 Answers  


What does sizeof return?

0 Answers  


Categories