Does anyone know of a site like Codecademy that focuses on teaching programming with Java? (Codeacademy.com uses guided lessons in JavaScript, HTML and CSS, and Python)
-
1What is Codecademy? Can you describe it? Link to it? – user unknown Apr 13 '12 at 23:07
-
I just started making one: http://www.learneroo.com/courses/11 – Ari Jul 01 '13 at 03:28
-
1This is the closest I've found so far: http://www.learnjavaonline.org/ – Alex K Dec 20 '13 at 04:29
-
1Codecademy now does Java ! :) https://www.codecademy.com/learn/learn-java – rjdkolb Jan 22 '16 at 07:19
4 Answers
Check out CodingBat! It really helped me learn java way back when (although it used to be JavaBat back then). It's a lot like Codecademy.

- 22,052
- 8
- 61
- 88
-
I've found CodingBat really useful too but since CodeAcademy has guided lessons, starts at the very beginning and the pace is slower I would not say they are really alike each other. – madth3 Apr 14 '12 at 00:18
-
1@madth3, I'm trying to address some of that on my new site: learneroo.com/courses/11 – Ari Jul 24 '13 at 15:57
Check out javapassion, they have a number of courses that encompass web programming, and were free (until circumstances conspired to make the website need to support itself).
Even with the nominal fee, you get a lot for an entire year. It's a bargain compared to the amount of time you'll be investing.
The other options are to look to Oracle's online tutorials, they lack the glitz of Codeacademy, but are surprisingly good. I haven't read the one on web programming, that might be embedded in the Java EE tutorial(s), which is not tuned for a new beginner to Java.

- 37,782
- 12
- 108
- 140

- 69,361
- 7
- 100
- 138
As of right now, I do not know of any. It appears the code academy folks have set their sites on Ruby on Rails. They do not rule Java out of the picture however.

- 3,503
- 3
- 29
- 42

- 93,289
- 19
- 159
- 189
-
I suspect the OP referred to [codeacademy.com](http://www.codecademy.com) which teaches programming using JavaScript. – madth3 Apr 14 '12 at 00:15
Compilr seems to be going in that direction: http://compilr.com/teachers

- 15,730
- 13
- 73
- 112
-
I don't see using compilr as a teching tool as the same direction as having prepared courses to learn programming. – madth3 Apr 14 '12 at 00:31