Java Book

NewBlackDak

[H]ard|Gawd
Joined
Aug 31, 2003
Messages
1,322
Anyone learned Java from a book, or know of a good book to learn Java?

I'm a good Perl, PHP, Applescript, and BASH scripter, but I haven't done any real code since C++ in college 11 years ago.
 
once you have the basics of programming in java down, i recommend the SCJP study guide for SCJP 5.0

it goes into a lot of detail of java 5.0, once you run through this book, you will really have a good understanding of how practically every bit of code works. It is a bit oriented towards the sun certified java programmer examn (which is how i got in touch with it), but i did learn a lot from it
 
Take a look at Core Java by Cay Hoarstmann. It's probably harder to read than TIJ though, if you're very unfamiliar with Java to start with.
 
Back
Top