JAVA DEVELOPMENT KIT
Java Development Kit is the official software that the development Kit for the language, containing the Tools that are used develop, compile, debug and run the java applications.
The Tools it conatins are, javac, jar, and the archiver, that combines related class libraries into a single JAR file. also used to manage JAR files, javadoc there is document generator to generate documentation from source code comments, jdb the debugger, jps - the process status tool, which displays process information for Java process.
The JDK Includes
- Development Tools execute, debug, and document programs written in the JavaTM programming language.
- Runtime Environment The JRE includes a Java Virtual Machine (JVM), class libraries, and other files that support the execution of programs written in the Java programming language.
- C header Files It has header files that support native-code programming using the Java Native Interface, the JVM Tool Interface.
- Additional Libraries Additional class libraries and support files required by the development tools.
- Demo Applets and Applications Contains Examples , with source code, These include examples that use Swing and other Java Classes, and the Java Debugger.
- Sample Code It Contain Samples, with source code, of programming for certain Java API's.
- Source Code It Contains the Java programming language source files for all classes that make up the Java core API.
- Java Runtime Environment This consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries, internationalization libraries..
Download JDK 8 For Windows 32-Bit (X-84) Download 32 bit
0 comments: