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
Can we define constructor in inner class?
When arithmeticexception is thrown?
What is an empty string in css?
What is the difference between && and & in java?
What is anagram of a string?
What 5 doubled?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is java and why do we need it? Explain
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is difference between filereader and bufferedreader?
What is the difference between the paint() and repaint() methods in java programming?
What is an abstract method in java programming?
What is javac_g?
What is the driver class?
Is array a class in java?