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 / ranganathkini

JDK or the Java Development Kit is a set of a Java compiler,
a Java interpreter, developer tools, Java API libraries,
documentation which can be used by Java developers to
develop Java-based applications.

JRE or the Java Runtime Environment is a minimum set that
includes a Java interpreter, Java API libraries, Java
browser plug-in, which make up the minimum environment to
execute Java-based applications.

The JVM or Java Virtual Machine is the core of the Java
platform and is a part of both the JDK and JRE that
translates Java bytecodes and executes them as native code
on the client machine.

JDK includes a JRE as as subset.

Is This Answer Correct ?    412 Yes 48 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is core java used for?

1203


Is there any difference between synchronized methods and synchronized statements?

1138


How many bytes is double?

1047


What is reflexive association?

1872


Is it possible to compare various strings with the help of == operator? What are the risks involved?

1127


What are the differences between throw and throws?

1106


Is string a class in java?

1033


Why a dead thread occurs?

1024


What is java thread dump, how can we get java thread dump of a program?

1071


What are the legal operands of the instanceof operator?

1078


Can a class be declared as protected?

1058


Is java hashset ordered?

1175


What is constructor and virtual function? Can we call a virtual function in a constructor?

1188


What is the difference between method overriding and overloading?

1290


Can we define private and protected modifiers for the members in interfaces?

1152