Difference between JRE and JVM?
Answer Posted / rashmee
JRE(Java Runtime Environment)- It is Combination of JVM+Java packages+runtime libraries.
It is responsible for execution of java files
JVM(Java Virtual machine)-It is a part of JRE.It Converts byte code into machine code.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between object state and behavior?
What is the relationship between the canvas class and the graphics class?
Explain RMI Architecture?
Explain about thread synchronization inside a monitor?
which type of objects reference will be given to client?
Can constructors be synchronized in java?
What are local interfaces? Describe.
What you mean by COM and DCOM?
Why are some of the class and element names counter-intuitive?
What is the purpose of the notifyall() method?
What are the call back methods in entity bean?
Explain what is synchronization?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
how i secure my site with the https protocol.what are the steps?
How substring() method of string class create memory leaks?