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 |
Connection Pooling with different type of databases?
whats is mean by jndi
What are the thread-to-thread communcation?
important features of java which differenciate it from c++
life cycle of an applet?
What is the applet sandbox?
To make an object to begin executing as a separate thread, what method is used?
Can a thread be a member of another thread?
difference between ejb,struts,hibernate,spring and jsp
wahts is mean by dynavalidatorform in struts/
Explain about RMI Architecture?
How can I scroll through list of pages like the search results in google?