IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Beginning Java
 
RSS feed
 
New topic
Author

difference between jvm, jre, jdk and sdk

ilias basha
Ranch Hand

Joined: Nov 27, 2008
Messages: 38

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
Bartender

Joined: Oct 13, 2005
Messages: 14987

Have you looked on Google? You would have found useful things like this.
Henry Wong
author
Bartender

Joined: Sep 28, 2004
Messages: 10034

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
Messages: 38

thanks a lot henry

This message was edited 1 time. Last update was at by ilias basha

 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Beginning Java
 
RSS feed
 
New topic
IntelliJ open source