Difference between JRE and JVM?

Answer Posted / rashmee

JRE(Java Runtime Environment)- It is Combination of JVM+Java packages+runtime libraries.
It is responsible for execution of java files

JVM(Java Virtual machine)-It is a part of JRE.It Converts byte code into machine code.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different approaches to represent an inheritance hierarchy?

577


What is the difference between the ‘font’ and ‘fontmetrics’ class?

629


Have you used threads in Servelet?

1927


What is a sessionfactory? Is it a thread-safe object?

667


Why are component architectures useful?

564






What is metaspace?

538


Is the ternary operator written x : y ? Z or x ? Y : z ?

630


How to implement RMI in Java?

2395


Explain the different types of memory used by jvm?

602


what is meant by JRMP?

1805


What modifiers may be used with an inner class that is a member of an outer class?

567


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

573


What is the difference between long.class and long.type?

554


What is table mutation and how do you avoid it?

1908


What is the difference between the string and stringbuffer classes?

534