Sunday 5 February 2012

first java program

calss First
{
public static void main(String arg [])
{
System.out.println("hello world wellcome to my blog ");
}