NEW: For a prettier blog interface, see the Wordpress version!
The canonical first program that everyone writes.(print "Hello, world!")
public class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello, world!");
}
}
and so on and so forth.
I'd love to hear about any questions, comments, suggestions or links that you might have. Your comments will not be posted on this website immediately, but will be e-mailed to me first. You can use this form to get in touch with me, or e-mail me at sacha@sachachua.com .