Online resources for learning JAVA

This website has helped me learn C++ well, so also has the website "www.learncpp.com".

I wanted to know if there are any such online resources for studying JAVA from scratch or any wonderful websites for learning JAVA suited to beginners?

All help will be appreciated.
http://javalessons.com/ -- nice and friendly
http://docs.oracle.com/javase/tutorial/ -- from the horse's mouth
http://www.stanford.edu/class/cs106a/ -- if you want to get serious

(the Stanford CS106A is introductory in the university (US school?) sense.)

And this site might also be of interest:

Cafe au Lait Java News and Resources
http://www.cafeaulait.org/

In particular, to start with:

The comp.lang.java FAQ List
http://www.cafeaulait.org/javafaq.html

Brewing Java: A Tutorial
http://www.cafeaulait.org/javatutorial.html

Andy

From the first four hits googling "best web site to learn java"

Top 20 Java Websites
http://www.mkyong.com/featured/top-20-java-websites/

Not so much about tutorials?

I want to learn JAVA.Which is the best website to learn JAVA.?
http://in.answers.yahoo.com/question/index?qid=20080626004347AAWgig2

Says: http://javalessons.com/

Best Websites to learn Java?
http://www.java-forums.org/new-java/26597-best-websites-learn-java.html

The Java Tutorials
http://docs.oracle.com/javase/tutorial/index.html
I agreed. Best place to kick-off in Java.

Stanford CS106A: Programming Methodology
http://www.stanford.edu/class/cs106a/
(a more serious course, teaching programming using Java)

5 Best websites to learn java programming easily from fundamentals
http://instantleaks.com/2012/07/5-best-websites-to-learn-java.html

Includes:
http://javalessons.com (again)
http://docs.oracle.com/javase/tutorial/ (again)
Last edited on
andywestken wrote:
from the horse's mouth
My Java 7 OCA/OCP study book had some pretty obvious mistakes in it. I would lean more toward community-written content.
Thanks a lot. That list was just too good.

Appreciate the help. :)
Topic archived. No new replies allowed.