Java Archive
-
1 Before i
Posted on March 9, 2010 | No CommentsYou may have noticed that our tests for equality look a bit unnatural. We write 1 == i instead of the usual i == 1 to catch a common typo […] -
Eleven and Beyond
Posted on February 27, 2010 | No CommentsCounting up to ten hardly impresses anybody anymore, unless you're still in nappies. So let's now press on and go to eleven and beyond. As before, we start by adding […] -
Converting Numbers to Words
Posted on February 20, 2010 | No CommentsThe Hello World application that we did last time doesn't see much use in real life. So let's create something more useful -- an application that converts numbers to words! […] -
Hello, world!
Posted on February 11, 2010 | 1 CommentHere's the all-familiar Hello World application, written in Java, and applying Test-Driven Development (TDD) concepts.