First Program
public class First
{
public static void main(String args[])
{
System.out.println("Hello Java.");
}
}
}
Save this program with the file name as "First.java"
This simple program will just show {Hello Java.} on screen.
No comments:
Post a Comment