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 does this () mean in constructor chaining concept?
Why declare Main() method as a static in java ?
What is static import in java?
What is temp in java?
What is pass by value?
What is the purpose of using break in each case of switch statement?
Difference between string, stringbuffer and stringbuilder?
Explain enumeration in java?
What is the difference between && and & in java?
Can a class have more than one object?
What is thread synchronization in java?
What is return in java?
What is immutable in java?
State one difference between a template class and class template.
How do constructors use this() and super()?