Pages

Friday, May 21, 2010

The first java program

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

No comments:

Post a Comment