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 is the static variable?

1180


Why string is a class?

996


what is use of functional interface in java 8?

1094


What do you mean by flow of struts?

1378


Can you extend main method in java?

1255


Difference between start() and run() method of thread class?

1114


Explain working of call by reference function invoking.

1082


Why is java called java?

1102


What are the differences between throw and throws?

1106


What is a stack class in java ?

1152


What does .equals do in java?

1171


What is the default value of an object reference declared as an instance variable?

1172


What do you understand by overloading and overriding in java?

1122


Similarity and difference between static block and static method ?

973


how can you take care of mutual exclusion using java threads? : Java thread

1097