Learn
-
Take Roy Miller's "Introduction to Java programming" for the basics of Java prgramming. (developerworks, November 2004)
-
The java.sun.com Web site has links to all things Java programming. You can find every "official" Java language resource you need there, including the language specification and API documentation. You can also can find links to excellent tutorials on various aspects of the Java language, beyond the fundamental tutorial.
-
Go to Sun's Java documentation page, for a link to API documentation for each of the SDK versions.
-
Check out John Zukowski's excellent article on regex with the Java language here. This is just one article in his Magic with Merlin column.
-
The Sun Java tutorial is an excellent resource. It's a gentle introduction to the language, but also covers many of the topics addressed in this tutorial. If nothing else, it's a good resource for examples and for links to other tutorials that go into more detail about various aspects of the language.
-
The java.sun.com Web site has some excellent summaries of the date pattern rules here and more on the
CopyBytes.javaexample here. -
The developerWorks New to Java technology page is a clearinghouse for developerWorks resources for beginning Java developers, including links to tutorials and certification resources.
-
You'll find articles about every aspect of Java programming in the developerWorks Java technology zone.
-
Also see the Java technology zone tutorials page for a complete listing of free Java-focused tutorials from developerWorks.
Get products and technologies
-
Download the intermediate.jar that accompanies this tutorial.
-
You can download Eclipse from the Eclipse Web site. Or, make it easy on yourself and download Eclipse bundled with the latest IBM Java runtime (available for Linux and Windows).
Discuss
-
Participate in developerWorks
blogs and get involved in the developerWorks community.

