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
Does anyone still use java?
How does system arraycopy work in java?
What is a singleton factory?
how does multithreading take place on a computer with a single cpu? : Java thread
Can we restart a dead thread in java?
What happens if we override only equals?
What is a Hash Table? What are the advantages of using a hash table?
What does nullpointerexception mean?
Explain the JDB in depth & command line.
What are the 4 types of research methods?
Do you know why doesn't the java library use a randomized version of quicksort?
What is the use of conditional statement?
What is object-oriented programming?
do I need to use synchronized on setvalue(int)? : Java thread
What is the importance of finally block in exception handling?