good Java reference book?

Bluga

Banned
Nov 28, 2000
4,315
0
0

I'm looking for a Java "reference" book for quick look up with clear examples, any suggestions?
 

manly

Lifer
Jan 25, 2000
13,066
3,823
136
Yeah, Thinking in Java is good stuff.

Core Java (2 volumes) isn't as well written, but more comprehensive.

Face it, there's no such thing as a complete Java reference guide with examples anymore because the Java platform is so huge (if you're including enterprise Java). I guess one could write a 1000 page J2SE reference guide, but I'm not sure if there's a good one out there.

I find the Java Tutorial (available online) is not bad either.
 

hoihtah

Diamond Member
Jan 12, 2001
5,183
0
76
dude... it took 3 binders (1.5inch) to fit the whole entire book on one sided printout.

:D
 

spamsk8r

Golden Member
Jul 11, 2001
1,787
0
76
I recommend Core Java volume one for a beginner, it is pretty comprehensive and not too hard too get used to, especially if you already know object oriented programming