Java Reference
In-Depth Information
APPENDIX B:
Programming with the
Java Development Kit
The Java Development Kit (JDK) can be used throughout this topic to cre-
ate, compile, and run Java programs.
The tools that make up the kit contain numerous features that many pro-
grammers don't explore at all, and some of the tools themselves might
be new to you.
This appendix covers features of the kit that you can use to create more
reliable, better-tested, and faster-running Java programs.
The following topics are covered:
Running Java applications with the interpreter
n
Compiling programs with the compiler
n
Running Java applets with the applet viewer
n
Creating documentation with the documentation tool
n
Finding bugs in your program and learning more about its perfor-
mance with the debugger
n
Setting system properties with the interpreter and applet viewer
n
 
Search WWH ::




Custom Search