Reccomended reading?

Sorry if this has been asked before. I am new to the java world for the most part. I am teaching myself how to program using java. I do have some past programming experience though. I am currently learning with Sams, Programming with java in 24 hours book. Is there any other reccomended reading that you can suggest..Thanks in advance.

[343 byte] By [CoreyHarrisa] at [2007-10-2 12:13:49]
# 1
I recommend certificaion study guides. The "Complete Java 2 Certification" book by Sybex is the one I used most recently. I has it problems! But I still found it to be extremely (!) useful.
Laszlo.a at 2007-7-13 8:57:57 > top of Java-index,Java Essentials,Java Programming...
# 2
http://www.mindview.net/Books/TIJ/You can download the book "Thinking in Java" from links on the above website.
Lokoa at 2007-7-13 8:57:57 > top of Java-index,Java Essentials,Java Programming...
# 3
The Brothers Karamazov is terrific
tjacobs01a at 2007-7-13 8:57:57 > top of Java-index,Java Essentials,Java Programming...
# 4

Get hold of a copy of

Core Java - Volume I - Fundamentals

by Cay S. Horstmann and Gary Cornell

in the Java series of Sun Microsystems Press , published by Prentice-Hall

Web : http://horstmann.com/corejava.html

I'll assure you this'll be the only book you'll need to learn J2SE completely. It covers everything with regard to Object Oriented Programming, Events and Callbacks, Swing AWT, I/O, Exceptions, Debugging and a whole lot more. I say so because this was the only book i used to learn it. Of course when you are done learning the basics you can head over to the Advanced volume, which covers areas like threading, networking, JDBC, Advanced Swing AWT etc etc.

erajsria at 2007-7-13 8:57:57 > top of Java-index,Java Essentials,Java Programming...