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: New user hello message.

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Location
    Minnesota
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New user hello message.

    class DrCognitive {
    public static void main(String[] args) {
    System.out.println("Hello Java Programming Forums!!");
    }
    }

    Okay, just kidding. I guess I should start by saying that I come from a technology background and worked for many years as a network engineer. However, about 14 years ago I went back to school and became a psychologist. I still love technology and I started trying to teach myself programming as a hobby and to, hopefully, develop some programs to make my job easier. I have a fair grasp of Java syntax and a basic understanding of the language. To put this in travel terms, I could easily find a bathroom, restaurant, or hotel if I traveled to the land of Java. However, what I lack is training...and perhaps understanding...in the ways to take that language and make useful programs. So I couldn't write a novel and get published in Javaland.

    So I started to search for Java programming forums for beginners and this site kept coming up consistently in my searches, so I figured I should sign up...and here I am.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: New user hello message.

    Welcome! Interesting path to get here. Look forward to sharing with you.

Similar Threads

  1. Replies: 2
    Last Post: August 17th, 2013, 05:23 PM
  2. Hello Message as a new Member
    By Madhu Samala in forum Member Introductions
    Replies: 1
    Last Post: June 21st, 2013, 04:02 AM
  3. [SOLVED] GUI user input error message
    By deeevo in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 24th, 2013, 02:00 AM
  4. Hello Message
    By shaik42 in forum Member Introductions
    Replies: 1
    Last Post: July 3rd, 2011, 10:02 AM
  5. Hello message
    By ceejaysoft in forum Member Introductions
    Replies: 1
    Last Post: March 17th, 2011, 04:18 AM