| Author |
difference between jvm, jre, jdk and sdk
|
ilias basha
Ranch Hand
Joined: Nov 27, 2008
Posts: 55
|
|
Can anybody give a brief difference between
jvm, jre, jdk and sdk.
as these terms are widely used in the java documentation, i want to have a basic understanding of these...
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 26636
|
|
|
Have you looked on Google? You would have found useful things like this.
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 14596
|
|
ilias basha wrote:Can anybody give a brief difference between
jvm, jre, jdk and sdk.
as these terms are widely used in the java documentation, i want to have a basic understanding of these...
JDK and SDK are the same thing -- no idea why there are separate terms. JRE is only the runtime environment, which means it is the JDK minus the compiler and other stuff needed for development. JVM is one component of the JRE -- the virtual machine.
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
ilias basha
Ranch Hand
Joined: Nov 27, 2008
Posts: 55
|
|
thanks a lot henry
|
 |
 |
|
|
subject: difference between jvm, jre, jdk and sdk
|
|
|