Java Resources

     This is the path I took to learn Java programming, in the order that I used the resources. I list them for my own reference, but others may find them useful as well. As I am still learning to use Java, the list is incomplete.
     If you come across more great web design resources, feel free to submit them to this section!

Eclipse - A must-have for Java programming. The editor checks your code for errors, allows you to run them without compiling first, and includes a ton of other features.

Introduction to Java - A wiki with detailed Java information. It is however, incomplete; some pages may be blank.

Java API Specification - Sun Java's documentation and reference pages for coding.

Sams Teach Yourself Java in 24 Hours - A quicker, more fast paced tutorial that covers the basics of Java.

Sun Java Tutorials - Sun Java's official documentation on learning to program, obviously worth a look.

Last updated July 22, 2007
 

42 is a reference to the "answer to the Ultimate Question of Life, the Universe, and Everything" found in the novels of The Hitchhiker's Guide to the Galaxy series by Douglas Adams.