Is there an online java book like Dive into Python for learning Python?

Other resources online besides the standard Java Documentation (which is awesome but almost too technical)

thx

link|improve this question

i don't think this question should be tagged with python keyword. – JV. Dec 20 '08 at 2:15
feedback

3 Answers

up vote 10 down vote accepted

Definitely "Thinking in Java" by Bruce Eckel.

link|improve this answer
oh yeah - forgot about that – Devoted Dec 19 '08 at 23:19
feedback

Hard to tell if you meant this by "standard online documentation" but the Java Tutorial is excellent and what many of us old-timers started with.

link|improve this answer
feedback

When I was learning Java, I constantly found myself going back to this site: Java Programming Notes

Very thorough yet concise and easy to read.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.