Wednesday, October 2, 2013

/*
First Program of java 
Simple Print " Hello ,Friends"
*/
 
public class welcome
{
        public static void main(String[] args)
        {
                System.out.println(":::: Hello ,Friends  ::::");
        }
}

No comments:

Post a Comment