 | Standard Tools
 | java - the interpreter
 | Given a class, java tries to run the method that has the
signature
public static void main(String[]) |
 | The class is specified by name and also package path if
it exists |
|
 | javac - the compiler |
 | appletviewer - test applets |
 | javadoc - HTML Documentation generator |
 | jdb - debugger |
 | others - jar, javah, javap, rmic |
 | applet/document viewer - Netscape, IE, HotJava, etc. |
|