What are the best free of charge books, tutorials, websites for Java?

link|improve this question

0% accept rate
feedback

closed as not constructive by templatetypedef, Bill the Lizard Sep 25 '11 at 21:53

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

9 Answers

You can check out Bruce Eckel's books that are freely available online. He has older editions of Thinking in Java, Thinking in Enterprise Java and various books about Object Oriented Design, C++, and other interesting stuff.

link|improve this answer
feedback

Sun itself probably has the most comprehensive list of tutorials on Java.

link|improve this answer
feedback

Mosey on over to the Java Ranch. Many forums aimed at Java certification, other Java topics, and programming in general.

link|improve this answer
feedback

I thnk IBM produces some of the best material out there:

http://www.ibm.com/developerworks/java/

link|improve this answer
feedback

A shout out for: How to Think Like a Computer Scientist which is a beginner book that teaches programming using Java. Probably not what you're looking for, but it's a great book and it's free.

link|improve this answer
feedback

javabat.com is a great site for practising and learning Java and programming concepts.

link|improve this answer
feedback

www.javablackbelt.com

JavaBlackBelt is a community for Java & open source skills assessment and programmer learning.

This is the place where Java developers have their technology knowledge and development abilities recognized.

Everybody is welcome to take existing and build new exams.

link|improve this answer
feedback

jguru.com -- articles, tutorials, links, forums. nice place to hang out. precursor to javaranch . Javaranch is much bigger now but jguru still gets a good number of people. check it out.

link|improve this answer
feedback

Personally I still use the online API's a lot.
Java API's
Basic probably but very comprehensive and useful

link|improve this answer
feedback

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