Difference between JDK, JRE, JVM

Answer Posted / p.l.n.kumar

JDK is a software bundle consists of binary files such as
(javac,java,javadoc,jdb,javap,rmic....),java library files
(both old and new)and some header files. Development
environment requires this software.

JRE is also a software bundle same as JDK excluded with
some binary files( especially compiler - javac and
rmic ).Required to run applications of production
environment ( on client host system ).

JVM is available in both JDK and JRE. Java.exe file is used
to initiate VM process.The default heap size is 2MB and the
Max.heap size is 64MB.VM comes in two flavours...

-Hotspot client VM
-Hotspot server VM

Is This Answer Correct ?    85 Yes 50 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention some interfaces implemented by linked list in java.

784


What is difference between wait and notify in java?

808


What is object data type?

789


Why is java architectural neutral?

861


What is the technique adopted to create an immutable class?

792


Is alive and join method in java?

778


Do we have pointers in java?

729


Can we initialize the final blank variable?

827


What is return used for in java?

749


What is the different between get and post?

737


Can private method static?

673


How do you use compareto method?

765


who can i handle multiple client in RMI

1677


Why call by value prevents parameter value change?

826


What does string [] args mean?

758