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

  1. #1
    Member
    Join Date
    Oct 2013
    Posts
    31
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default Hello

    Hello everyone. Ancharius here, i'm just a student majoring in information technology for college. I'm pretty relatively new to Java programming, for the most part I just know it's a universal code that everyone knows. And I know that it is one of the easiest to understand for when you use use netbeans, most of the time it tells you exactly what to write. I've messed around with some other coding languages such as Python, and C++, and HTML but to me Java is the most difficult.

    I don't know what it is about it that makes it difficult probably because I mix up Java and Python a lot since they are similar but hopefully that changes soon.
    Anyway I will probably come here for most of my problems, even though trouble shooting is a skill that people should learn, i'm still pretty bad at it and if its a logical error troubleshooting is rather... difficult.

    Anyway thanks for reading this.

  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: Hello

    Welcome! I don't know who told you that Java is "a universal code that everyone knows," and "one of the easiest to understand for when you use use netbeans," but I would disagree with both.

    I agree with your comments about troubleshooting, and you'll best learn how to be better at that by debugging your own code. Even so, we'll help point you at the bugs if needed.