up vote 3 down vote favorite
1
share [fb]

I learned the most effective way to learn programming is by doing examples. I wonder is there's a website that teaches JAVA (and its OOP) step by step with examples.

(I've only taken an introductory course in programming in college, the next class in sequence is Data Strucutures. And I'd like to continue to learn)

link|improve this question
feedback

migrated from stackoverflow.com Mar 8 at 0:19

This question came from our site for professional and enthusiast programmers.

4 Answers

www.java2s.com is best for java to learn through examples

link|improve this answer
feedback

There a lot of ones.
Here are some of them :

and obviously, you don't miss this one : Oracle

Check this question also. A bit related : Java Excercise to Improve My Java Programming Skills

link|improve this answer
feedback

JavaRanch site should be very helpful for beginners.

link|improve this answer
feedback

www.java2s.com is one of the best learn by example sites i've run across.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown