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

JDK : JDK contails JRE and JVM both. JDK is required to
complie. JDK contains of many .exe supporting files and
javac, javap, java,javaw, javaws ,all these are helping to
compile the java programs. If we have to compile our own
written java program JDK should be define in our classpath.
after compilation it converts the code into the bytecode.

JRE : JRE is needed for run time environment. It contains JVM.

JVM : Java Virtual Machine converts the bytecode into user
understandable code. without JVM we cannot run our Java
codes on any system. JVM converts the bytecode got after
compilation into machine level code by understanding the
hardware and operating system combination.

Is This Answer Correct ?    35 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are data types in programming?

956


What is keyword auto for?

1123


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

1064


Is Constructor possible in abstract class in java ?

1002


What does the string method compareto () do?

1023


What are the benefits of java?

1101


What is meant by data hiding/encapsulation?

1056


Can constructor be static or final?

1052


When does a class need a virtual destructor?

964


How java uses the string and stringbuffer classes?

1010


Why can't we use static class instead of singleton?

901


What is square root in java?

1049


what is the difference between preemptive scheduling and time slicing? : Java thread

990


Can we define static methods inside interface?

940


How to access arraylist elements in java?

955