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
Variable of the boolean type is automatically initialized as?
Can we print null in java?
In the below example, what will be the output?
What are register variables what are the advantages?
What is difference between hashset and hashmap?
Can we have multiple classes in a single file?
What things should be kept in mind while creating your own exceptions in java?
What an i/o filter?
What are void methods?
How do you create a method in java?
What is jar?
Does A Class Inherit The Constructors Of Its Superclass?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is string example?