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 |
What is the purpose of the notifyall() method?
What are the steps involved in developing an RMI object?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
Do I have to use jsps with my application?
what do u mean by java bean??
Explain the advantages and disadvantages of detached objects.
I wantr to know, How many number of users logged in to website? can any one answer
How to implement RMI in Java?
What method is invoked to cause an object to begin executing as a separate thread?
Explain ioc concept?
Where can I ask questions and make suggestions about seam?
difference between apllet and interface class