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 call back methods in entity bean?

564


What is prototype?

613


What is aop(assepct oriented programing)?

583


What are transaction attributes?

614


What are the different class loaders used by jvm?

600






What is a modular application?

594


What are externizable interface?

586


What is the difference between the session.update() method and the session.lock() method?

558


Describe, in general, how java's garbage collector works?

540


What restrictions are placed on the location of a package statement within a source code file?

618


Name the eight primitive java types.

599


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

685


What is the difference between the string and stringbuffer classes?

545


What is the highest-level event class of the event-delegation model?

576


When a thread blocks on i/o, what state does it enter?

576