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 there a guarantee of uniqueness for entity beans?
Is “abc” a primitive value?
What is the purpose of the wait() method?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is clustering? What are the different algorithms used for clustering?
What is the relation between the infobus and rmi?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is abstract schema?
What is a class loader?
What is the purpose of the finally clause of a try-catch-finally statement?
What classes of exceptions may be caught by a catch clause?
Why does the option tag render selected=selected instead of just selected?
Should synchronization primitives be used on bean methods?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What are the difference between RMI and CORBA?