Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Java Development Kit
The Java Development Kit (JDK) is a Sun product aimed at Java developers. It consists of Sun's Java Runtime Environment bundled with programming tools, primarily:- Bytecode compiler
- Debugger
- Documentation generator
It also includes a wide selection of example programs demonstrating the use of almost all portions of the Java API.
Since the introduction of Java, the JDK has consistently been the most widely used Java SDK.
Read more »