The
Java Developers Kit is known as JDK, is a collection of tools and necessary documents for making java application and applets. The JDK consist of
- The java compiler javac.exe to convert java programs into bytecode.
- The java interpreter java.exe translates bytecode into program action to be executed by JVM.
- The Java debugger jdb.exe to debug the programs.
- The Java disassembler javap.exe to display certain specific interfaces.
- The Java header file generator javah.exe.
- The Java documentation javadoc.exe.
No comments:
Post a Comment