JAVA DEVELOPMENT KIT (JDK):
This contains tools for developing and runing java programs
- appletviewer-This is used to run java applets
- Javac-Java complier which convert java source code to byte code
- java-java interpreter which converts java bytecode to machine code
- javap-Java disassembler which is used to convert bytecode files into a program description
- javadoc-it creates html format documentation from java source code file
- jdb-Java debugger which helps us to find errors in the program
- javah-This creates header file when native methods are used (c,c++)
No comments