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
What are streams in java 8?
What is the public method modifier?
How do you define a parameter?
Explain the difference between jvm and jre?
How do you compare two objects?
Can a method be static?
When is an object subject to garbage collection?
Is array size fixed in java?
What is the purpose of format function?
what is the difference between yielding and sleeping? : Java thread
How do you reverse sort in java?
Is space a char?
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?
What is a variable simple definition?
What are synchronized methods and synchronized statements in java programming?