View Single Post
Old 04-14-2004, 04:38 AM   #4 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
I like the book Effective Java, which was written by a close friend of a professor of mine, and I've found to be a good resource for some of the nuances of Java that don't normally get covered in beginner tutorials (such as best practices). It also has sections for the C programmer that's moving to Java.

Also, the #1 resource of any Java programmer is the API (1.4.2). It contains all the documentation for the core library classes.
__________________
GitS
Belisarius is offline   Reply With Quote