Difference between JVM and JRE?

Answer Posted / shylaja adam

Jvm is Java virtual machine. It works like both compiler and interpreter for the java programs. where as Jre is Java runtime environmet. As the name implies It provides supoort for java programs by providing runtime environment that is needed to execute.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are streams in java 8?

762


What is the public method modifier?

746


How do you define a parameter?

792


Explain the difference between jvm and jre?

781


How do you compare two objects?

710


Can a method be static?

733


When is an object subject to garbage collection?

781


Is array size fixed in java?

741


What is the purpose of format function?

850


what is the difference between yielding and sleeping? : Java thread

742


How do you reverse sort in java?

721


Is space a char?

716


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

736


What is a variable simple definition?

790


What are synchronized methods and synchronized statements in java programming?

799