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 |
difference between ejb,struts,hibernate,spring and jsp
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Why is string immutable in java?
What is meant by Superconductivity?
What is the purpose of the notify() method?
JMS based on what technology?
how the action can be map from jsp page to bean class in mvc1
What state does a thread enter when it terminates its processing?
Explain Object Serialization and it can be used?
What is the difference between long.class and long.type?
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
What is waiting state? In what ways a thread can enter into waiting state?