Five programs in JDK Tools, including Javac, Java, AppletViewer, Javadoc, and JDB:
1.Javac Java Compiler: It is used to convert the original program code written by Java language (Source Code .java) to Java Bytecode file (file attached name) .class).
2. Java Java Explorer: Used to interpret (execute) Java bytecode (BYTECODE) profile.
3.appletViewer Java Small Program (Applet) Browser: It is used to browse the display screen containing the Java applet.
4.JavadocJava Program Description Document Manager: Use / ** and * / to mark the annotation in the original program code written in the Java language, which can be used to generate an explanation of the HTML format.
5. JDB Java Decentralizer: Used to track the execution of the Java bytecode file.