What is the JDK (Java Development Kit ) ?
Java development kits come with a collection of tools that are use for developing and running program.
They includes :-
1. applet viewers:- Enable to run java applets (without actually using a java compatible browser).
2. Java:- It is an java interpreter which run applets and application by reading and interpreting byte code files.
3. Javac:- The java compiler which translate java source code to byte code files that the interpreter can understand.
4. Javadoc:- Creates HTML format documentation from java source file.
5.Javah:- Produces header file for use with native methods.
6. Javap:- Java disassemble which enables us to convert byte code file into a program description.
7. Jdb:– Java debugger which help us to find errors in our program.
No comments :
Post a Comment