Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Hello World

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hello World

    // Hello_World.java
     
    public class Hello_World {
     
                 public static void main( String args [] ) {
     
                               System.out.println( "Hello world" );
                 }
    }
    // end of noob


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Hello World

    Welcome javastudent987
    Browse the Announcements page for helpful forum tips

Similar Threads

  1. Hello world
    By ryniu in forum Member Introductions
    Replies: 1
    Last Post: March 3rd, 2013, 04:55 PM
  2. Hello World
    By Jordan1970 in forum Member Introductions
    Replies: 0
    Last Post: January 25th, 2013, 10:53 AM
  3. Hello (world)
    By ikeh4x0r1337 in forum Member Introductions
    Replies: 0
    Last Post: December 26th, 2012, 10:42 PM
  4. Hello World!
    By i_masyhudi in forum Member Introductions
    Replies: 1
    Last Post: July 27th, 2011, 02:50 AM
  5. Hello World
    By av8 in forum Member Introductions
    Replies: 1
    Last Post: June 27th, 2011, 10:05 AM