Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Can we define constructor in inner class?

950


When arithmeticexception is thrown?

965


What is an empty string in css?

977


What is the difference between && and & in java?

1024


What is anagram of a string?

886


What 5 doubled?

930


Explain the difference between string, stringbuffer and stringbuilder in java?

951


What is java and why do we need it? Explain

1045


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

983


What is difference between filereader and bufferedreader?

897


What is the difference between the paint() and repaint() methods in java programming?

1131


What is an abstract method in java programming?

969


What is javac_g?

968


What is the driver class?

965


Is array a class in java?

924