Difference between JRE and JVM?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prakash
JVM is a concept, a hypothetical machine that process
bytecode and JRE (Java Runtime Environment) is its actual
implementation.
| Is This Answer Correct ? | 0 Yes | 1 No |
Do we need to override service() method
What is checkpoint? How to create checkpoints in our java projects?
What if the static modifier is removed from the signature of the main method?
How many requests can a server fetch at a time?
What is JNI?
What is the purpose of the notifyall() method?
What is deadlock?
diff between jsp include directive and jsp action include?
Where can I find seam examples and documentation?
Is 'synchronised' a modifier?
How to send a request to garbage collector?
What is the difference between the session.update() method and the session.lock() method?