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

Thread: Hello !!! I am Omroy

  1. #1
    Junior Member Omroy's Avatar
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Cool Hello !!! I am Omroy

    Hi, my name is Omroy. I decided early this morning to google java forums and I came across several including this one. I am novice, but I am eager to learn. So it would nice if someone can tell me what this site offers.

    Also I am wondering, is it possible to post a question and my answer to it and ask someone to write it from different perspective. The reason why I ask this is because I realize there is multiple ways to write Java program and I want to increase my understanding.

    I am young adult, like to watch korean tv shows, like to read the bible, and basically your average person.

  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Hello !!! I am Omroy

    Welcome to the forums. I moved this thread to the introductions forum, as it's not really a technical question.

    Feel free to ask any questions you have. But a general rule you're going to hear repeated is this: if it works, and you understand how it works, don't worry too much about it. In six months you're going to look at the code you wrote and wonder what you were thinking when you wrote it anyway.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member Omroy's Avatar
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Hello !!! I am Omroy

    What's is your advice or anyone else on getting better in Java ?

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Hello !!! I am Omroy

    The best way to become a better programmer is to program. Work through the tutorials, carefully. Do every example, and play with each until you understand everything about it.

    Then try taking on your own project- a simple game, or something for school, or something that you can use with another one of your hobbies.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. The Following User Says Thank You to KevinWorkman For This Useful Post:

    Omroy (February 21st, 2012)