<$BlogRSDURL$>

Thursday, February 10, 2005

What's java singleton?

What's a Junit TestCase?

Saturday, February 28, 2004

HelloWorld.java


class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello world!");
}
}

This page is powered by Blogger. Isn't yours?