Difference between JRE and JVM?
Answer Posted / 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 |
Post New Answer View All Answers
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is colon_pkg_prefixes and what is its use?
what is a non-repeatable read?
Can I use multiple html form elements with the same name?
When is the best time to validate input?
Why does the tag url-encode javascript and mailto links?
Difference between new operator and class.forname().newinstance()?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Define the remote object implementation?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
How many times may an objects finalize() method be invoked by the garbage collector?
Define prototype?
What is difference between object state and behavior?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is abstract schema?