ADVT POST

java programming basic hello world program

JAVA BASIC HELLO WORLD PROGRAM

JAVA DOWNLOAD PROGRAMMING TUTORIAL


public class ahelloworld {

    /**
     * @param args PROGRAM CREATED IN ECLIPSE
     */
    public static void main(String[] args) {
        // TODO Auto-generated method stub
        System.out.println("hello world");

    }

}

Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.