Difference between JVM and JRE?

Answer Posted / praveen

JVM --- JVM converts byte code into machine(processor)
understandable language.
----We import some classes in java program.
----JVM execute those class methods in java library and
place the result into the program.

JRE = JVM + java library

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you format in java?

554


How to compare strings in java?

512


List the different types of classloaders in java.

511


What are predefined functions?

589


What are the three best choices for a development environment?

621






Is java an open source?

530


What is the byte order of byte buffer?

573


When is an object subject to garbage collection?

593


Is zero a natural number?

583


What is a war file?

559


What is the difference between int and integer in java?

527


What are the differences between string, stringbuffer and stringbuilder?

535


Explain the available thread states in a high-level?

537


Explain about varargs in java?

594


When is the finalize() called? What is the purpose of finalization?

590