File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes difference between jvm, jre, jdk and sdk Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "difference between jvm, jre, jdk and sdk" Watch "difference between jvm, jre, jdk and sdk" New topic
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
 
IntelliJ Java IDE
 
subject: difference between jvm, jre, jdk and sdk
 
Threads others viewed
JDK , JRE & JVM
differences
Re:JRE and JVM
Diff b/w SDK,JDK,JRE and JVM
Difference between JDK, JRE and JVM
IntelliJ Java IDE