Difference between JDK, JRE, JVM

Answer Posted / alok kumar singh

JDK- JDK stands for java development kit which contain jre
and jvm and other supporting tools for development of programs.

JRE- JRE stands for java runtime environment which provide
the neccesory jar file that compile source code into byte
code. and it contain java virtual machine .

JVM- JVM stands for java virtual machine that convert byte
code into native code . the native code are those code that
are understandable by machine.

Is This Answer Correct ?    55 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can this keyword be used to refer static members?

545


What is object data type?

569


What are the different approaches to implement a function to generate a random number?

571


Can a final variable be initialized in constructor?

490


What is the properties class in java programming?

545






What do you meant by active and passive objects?

607


What is an object in java?

559


What all access modifiers are allowed for top class ?

713


What is the method in java?

599


What is merge sort in java?

585


What is parsing in java?

531


What is the locale class in java programming?

529


what is the difference between future and callable interface in java?

605


How is treeset implemented in java?

494


Is hashmap thread safe?

559