Difference between JDK, JRE, JVM

Answer Posted / pathy

The JDK is the Java Development Kit: everything you need to
develop programs in Java (the compiler and other tools).
The JRE is the Java Runtime Environment: everything you need
to run Java programs.
The JVM is the Java Virtual Machine, which is the core part
of the JRE that actually runs Java code.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is finalize()?

604


What is the use of protected in java?

532


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

1571


Can java object be locked down for exclusive use by a given thread?

582


What are constants and how to create constants in java?

554






Can you make a constructor final?

573


What is difference between arraylist and list in java?

576


How does system arraycopy work in java?

577


How many types of methods are there in java?

523


Can private method static?

471


What's the difference between comparison done by equals method and == operator?

541


can rmi and corba based applications interact ?

664


What is classpath?

546


Give us the name of the list layoutmanagers in java?

522


Do you know why doesn't the java library use a randomized version of quicksort?

551