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