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 |
Explain lazy activation?
What are JTA/JTS and how they used by client?
What is aop(assepct oriented programing)?
whats is stored procedure,joins
how can u cal servlet from java?
what is the diffrence between banking and insurance domain?
Why DOM Parser would take more Memory than SAX parser while they are parsing?
what is heepStored?
What is the difference between RMI and Corba?
What is synchronization and why is it important?
What are the different methods of identifying an object?
difference between Abstract and Interface?