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
What is __ init __ functions?
Is minecraft java edition free?
Explain about map interface in java?
Can a method inside a interface be declared as final?
What are the main concepts of oops in java?
Discuss different types of errors that generally occur while programming.
What are the Main functions of Java?
What is singleton class example?
How many types of threads are there in java?
How do you sort a string in alphabetical order in java?
What are the fileinputstream and fileoutputstream?
What is meant by collection in java?
Name few java.lang classes introduced with java 8 ?
What are Normalization Rules? Define Normalization?
What are inbuilt functions?