Friday 8 June 2012

Learning Java Tutorial 2 | Hello World



Java is scary to start with, yes very scary. It's has no mercy to begin with. Everything in Java is an Object, and Java is a compiled language. So we write a simple program, compile it, then run it. It feels like a lot of text to simply write 'Hello World'. If you come from another OOP language, this will be somewhat easy to pickup - but I'm going to assume you are not and I'll go slow.