You are on page 1of 1

The Java Development Kit comes with the collection of tools that are used for developing and

running Java Programs. They Include:


• appletviewer – for viewing java applets, enable us to run java applets
• javac - Java compiler, which translates java source code to bytecode files that the interpreter can
understand.
• java – Java interpreter, which runs applets and applications by reading and interpreting bytecode
files.
• javap - java disassembler, which enable us to convert bytecode files into a program description.
• javah - for C header files, produces header files for use with native methods.
• javadoc - for creating HTML documents,

You might also like