Codecademy Adds Java For Beginners
Written by Nikos Vaggalis   
Wednesday, 04 November 2015

Codecademy, the online interactive platform that offers free coding classes, has added a Java course to its portfolio.

 

alt

 

Java is the language that continues to come top in all the popularity polls as pointed out in Codecademy's announcement of its new course:

Java is one of the most popular programming languages in the world, serving as the basis for Android development in addition to web content development, and it has long been our top user requested language.  

Learn Java is aimed at beginners and is intended to:

get you started with the basics and will also set you up for some of our future courses.  

It has four hour-long modules, each of which has to be completed before you move on to the next, clearly indicated by the UI having  the to-do lessons dimmed out and disabled.

 

learnjavascreendump

 

The first session, Introduction to Java, aims to smoothly introduce the beginner to the language's fundamental building blocks such as its data types and operators. After this comes a lesson on Conditionals and Control Flow, or in other words how to direct the program's execution by using statements such as if-then-else and switch. Next Object oriented Java, undertakes the daunting task of trying to walk the beginner through the principles of OOP and putting them into practice in code. Finally a session on Data Structures introduces Arrays and Collections.

 
Four hours may seem a very short time for a course introducing Java. However, it covers the basics and guides the student in a step by step fashion, positively and firmly holding his hand.

javacourse

 

In each step of a Codecademy course you view instructions on the panel on the left and type into the live coding environment on the right. When you press Run you either see the expected output or an explanatory message asking you to retry. While being a constraint that experienced programmers might find unwelcome since it leaves no room for novel approaches and experimentation, this is a well tested approach that works for complete beginners and gives them a flavor of what is involved in programming.

This Java course expands Codecademy's language coverage which already includes JavaScript, Python and Ruby. Its provision of beginner's courses means it is prominently featured on TechPrep, Facebook's recently launched initiative to encourage more people, in particular among the United States' black and hispanic communities, to become programmers.  

With next month's Computer Science Education Week and Hour of Code 2015 fast approaching  this new course seems like a good resource to introduce general principles for programming.

 

 

 codeacademyjava

More Information

CodeCademy

Learn Java on CodeCademy

TechPrep 

Computer Science Education Week 

Related Articles

Learn How To Use APIs At CodeCademy

Ruby Track on CodeCademy

The Coding Explosion

Facebook Launches TechPrep 

The Hour Of Code Needs You

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter. subscribe to the RSS feed or follow us on, Twitter, FacebookGoogle+ or Linkedin.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Important Conference Results
17/04/2024

The SIGBOVIK conference has just finished and its proceedings can be downloaded, but only at your peril. You might never see computer science in the same way ever again.



Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.


More News

Last Updated ( Friday, 07 April 2023 )