BASICS OF JAVA
Wednesday, September 29, 2010
Display "Hello World!"
public class helloworld
{
public static void main (String[]args)
{
System.out.println("Hello World!");
}
}
OUTPUT WILL BE:
Hello World!
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment