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 6 of 6

Thread: JAVA ME UP LADIES AND GENTLEMEN

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile JAVA ME UP LADIES AND GENTLEMEN

    Hello y'll

    Its fantastic to be part of JavaHeads world. I believe um gonna learn a lot frm y'll.

    Thnx 4 having me y'll.
    Um out...Later!!!

    from SYBA_THOT


  2. #2
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: JAVA ME UP LADIES AND GENTLEMEN

    Welcome to Java Programming Forums,

    you look like quite an expressive person.

    Chris

  3. The Following User Says Thank You to Freaky Chris For This Useful Post:

    SYBA_THOT (October 12th, 2009)

  4. #3
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: JAVA ME UP LADIES AND GENTLEMEN

    Hello and welcome!

    // Json

  5. #4
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Thumbs up Re: JAVA ME UP LADIES AND GENTLEMEN

    Hello SYBA_THOT

    Welcome to the forums!!

    I hope your wearing old clothes because your about to get covered in Java.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  6. #5
    Junior Member
    Join Date
    Oct 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: JAVA ME UP LADIES AND GENTLEMEN

    Hi JavaPF!

    From head to toe um all old. Awaiting Java baptism.

    By the Way! What is the program structure of Java like. i.e. The basic way to write Java source code.

    Word!

    SYBA_THOT

  7. #6
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: JAVA ME UP LADIES AND GENTLEMEN

    public class HellWorld {
          public static void main(String[] args){
              System.out.println("Hello world");
          }
    }

    Chris