Java Tutorial
java tutorials , programs and exercises
Sunday, April 21, 2013
Hello World
Your first program must be named " Hello World " means that you are ready to do the challenge without escaping it. the program codes follows :
your project name should be the same as the name below.
public class Hello {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment