Difference between JVM and JRE?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java volatile?

753


Which collections are thread safe in java?

718


Explain wait(), notify() and notifyall() methods of object class ?

835


What is the purpose of abstract class?

741


Tell some latest versions in JAVA related areas?

785


Is string a class in java?

750


What is super constructor?

770


How many bytes is string in java?

921


What are the advantages of autoboxing?

772


How thread scheduler schedule the task?

835


Name few java.lang classes introduced with java 8 ?

773


How many types of exception can occur in a java program?

737


What are the two ways in which thread can be created?

832


Is final static java?

785


What does n mean in java?

760