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: increasing my java knowledge

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default increasing my java knowledge

    I am currently in college and taking a data structures class. I feel like the class is moving very slowly and I don't want to wait until the fall semester until I get the next installment of java programming. Does anyone have tips for me to get better creating useful java programs outside of my classes. Any sort of projects, websites or other ways for me to attain java greatness.


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: increasing my java knowledge

    It's not necessarily focused on Java, but if you want to challenge your computer science, problem solving, and math skills, you can take a look at Project Euler.

    Games are always fun to make, too. There are thousands of games out there, pick some that you really like (maybe start out simple and work your way up) and try to make them in Java.

    Trying to help people with their code here is another good method for learning more about Java (::shameless plug:. Debugging is a valuable skill to learn, especially if you're debugging someone else's code.

Similar Threads

  1. Increasing performance of my graphics routines
    By willberg in forum AWT / Java Swing
    Replies: 6
    Last Post: November 16th, 2009, 01:41 PM