public class First {
public static void main(String[] args)
{
System.out.println("Welcome to Phani's Blog");
}
}
Thursday, July 2, 2009
First Program
Subscribe to:
Comments (Atom)
This Blog Belongs to PHANI.U can find different topics here.
public class First {
public static void main(String[] args)
{
System.out.println("Welcome to Phani's Blog");
}
}