CS Resources—Java
Documentation
- Java Home Page - The definitive source for information
on Java.
- Java SDK Documentation - Information about the
Java 2 Platform installated at UW.
- Java 2 Platform API - Javadoc
documentation for the Java 2 Platform API. These are the libraries that come with a Java
installation.
- Coding Conventions -
A guide to the coding conventions normally used when writing Java code.
Books
Tutorials
- Java
Debugging Reference - Information on debugging your Java code.
- jdb Tutorial - A tutorial on using the jdb tool,
which is included with the Java installation and assists with debugging of Java programs.
- Java Style Guide - Coding Conventions from
"Computing Concepts with Java Essentials" by Cay S. Horstmann