Is there something like Codecademy for Java

Java

Java Problem Overview


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)

Java Solutions


Solution 1 - Java

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.

Solution 2 - Java

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.

Solution 3 - Java

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.

Solution 4 - Java

Compilr seems to be going in that direction: http://compilr.com/teachers

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPhyxxView Question on Stackoverflow
Solution 1 - JavaJohn LeeheyView Answer on Stackoverflow
Solution 2 - JavaEdwin BuckView Answer on Stackoverflow
Solution 3 - JavaKevin BowersoxView Answer on Stackoverflow
Solution 4 - JavaPhyxxView Answer on Stackoverflow