Saturday, February 21, 2009

java source code-hello world

class Noname1

//Noname1 is name for the class, I can chanage this for any
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}

No comments:

Post a Comment