>
Java Sun Microsystems (who created Java) have a tutorial on the language: java.sun.com/docs/books/tutorial
I have also prepared some examples showing how to do common tasks in java: Look here .
Finally, you will sometimes need a reference to commonly-used Java classes. All the classes are documented in their packages at the API documentation page: java.sun.com/j2se/1.5/docs/api, but you may need specific class documentation: