Difference between JRE and JVM?
Answer Posted / 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 |
Post New Answer View All Answers
Is “abc” a primitive value?
Should synchronization primitives be used on bean methods?
What is a class loader? What are the different class loaders used by jvm?
how to use debug in my elipse to solve problems that exist in my project
Is the ternary operator written x : y ? Z or x ? Y : z ?
What’s jboss jbpm?
Explain phantom read?
Describe, in general, how java's garbage collector works?
Java is fully object oriented languages or not?
what is handle?
What is the difference between long.class and long.type?
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?
Explain the difference between object state and behavior?
Will the general public have access to the infobus apis?
What class is the top of the awt event hierarchy?