• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

good Java reference book?

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.
 
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
 
Back
Top