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
Difference between overriding and overloading in java?
Convert Binary tree to linked list.
What is better- service oriented or batch oriented solutions?
How many digits can a float hold?
Do I need java on my pc?
Why volatile is used in java?
Can we overload final method in java?
What does indexof return in java?
What is the purpose of default constructor?
What is meant by class?
State two differences between C and Java.
How are variables stored?
Does java initialize arrays to zero?
Give few examples of final classes defined in Java API?
What is java’s garbage collected heap?