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: How long did it take you to learn?

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

    Default How long did it take you to learn?

    Hey,

    I'm new to java and have been studying it for a week or two now. Just out of curiosity, how long did it take YOU to get the hang of java, I don't mean as in being perfect at it but just good enough.

    Share your story


  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: How long did it take you to learn?

    Mmm... depends on what you mean by "learn" java. I picked up the basic Syntax and some OOP concepts in maybe a few weeks to a few months, but that's because i've had a few years of other programming experience before learning Java. The hard part isn't learning a language, but it's applying problem solving skills to accomplish a goal. This can take maybe a few years to get the basics down, and then the rest of your life to master/build on top of what you already know, regardless of what language is being used.

  3. #3
    Member Faz's Avatar
    Join Date
    Mar 2010
    Posts
    97
    Thanks
    5
    Thanked 14 Times in 14 Posts

    Default Re: How long did it take you to learn?

    I've been at Java for over a year now. I think it only took a few weeks to get the ideas of how to structure code, methods variables, loops, array, objects all that.

    However it wasn't until the very end of my second semester that I started to get the idea of Inheritance, Polymorphism and that type of thing. I think a lot of this is due to not needing to do this stuff in tutorials and the very bad method of teaching in the first semester. Actually the classes were great but the tutorials were terrible and often we were just copying and pasting code then making small changes. Also the tutor knew less then me often asking me for help when she couldn't figure something out .

    Basically I thought I understood it but since the structure of the first semester was very bad I actually didn't, and since the second semester was designed for people with intermediate skills(different colleges) I didn't pick up on it there either.

    I got on well without it, but now I'm trying to self teach it and its not so bad and I feel a bit of an eejit that it didn't click before all the theory that I had in my head actually makes sense now. So that's something I think you'd want to watch out for.

  4. #4
    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: How long did it take you to learn?

    I've been using Java for about 3 years now and it didn't take me too long to figure out the basics of the Java 6 SE API however I'm always learning new things as the language evolve, learning new API's as well as studying best practises. Its all good fun

    However I did have over 10 years of programming background before I started using Java.

    // Json

  5. #5
    Junior Member
    Join Date
    Mar 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How long did it take you to learn?

    Thanks for all the replies!

    I am new to java and I don't quite know what to make of it.. Sometimes I feel as if I'm getting the hang of it but then I look into something very complicated and just get puzzled up and confused. When this happens, I feel that i'll never actually learn it.

    I'm slowly losing motivation but i'm gonna keep trying!

  6. #6
    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: How long did it take you to learn?

    The best method to learn Java is to do a little bit each day. If you can't figure something out, leave it for a few hours or longer and then come back to take a fresh look.

    And as always, if you're stuck on something you can ask us

Similar Threads

  1. Long term project work from home developer
    By internext in forum Paid Java Projects
    Replies: 17
    Last Post: May 2nd, 2012, 07:51 PM
  2. here to learn and grow
    By cejay in forum Member Introductions
    Replies: 2
    Last Post: March 1st, 2010, 03:04 AM
  3. The input line is too long
    By vivekmk in forum Java IDEs
    Replies: 5
    Last Post: October 16th, 2009, 10:35 PM
  4. [SOLVED] Please Review My Code (Long Integer Addition)
    By Saradus in forum Java Theory & Questions
    Replies: 10
    Last Post: July 4th, 2009, 12:55 PM
  5. In how many days, beginner can learn java?
    By captjade in forum The Cafe
    Replies: 1
    Last Post: February 28th, 2009, 07:35 AM