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: how to stay focus learning java?

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    20
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default how to stay focus learning java?

    i'm always inconsistent in doing what i want to do
    when i was a secondary schooler (2003), i wanted to be able to program a computer game and now i want to fulfill that dream
    when to university but never finished it
    learn c++ & java there but never really apply it to make games
    try to learn python but never take it further than functions & data structures
    get my drift?

    how do i deal with this?


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: how to stay focus learning java?

    Find a project you want to see completed.
    Don't learn to program so you can make a game one day, make a game starting today.
    Decide what to make and begin the process, and when required, learn some programming language syntax along the way.

  3. The Following User Says Thank You to jps For This Useful Post:

    malayo (October 27th, 2012)

  4. #3
    Junior Member
    Join Date
    Sep 2012
    Posts
    20
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: how to stay focus learning java?

    thanks for the tip jps

  5. #4
    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 to stay focus learning java?

    I suppose you need to evaluate if programming is actually something you enjoy doing. It may turn out it isn't, that's ok. Find something else you enjoy doing and pursue that. You may even be able to find that this seemingly unrelated hobby/skill could be enhanced with programming skills, and you can use that to motivate you to program.

    If you believe you can enjoy programming, then the best way to motivate yourself is to find some project that really motivates you. Do you like making games? What part of making games do you like? Or do you enjoy web development? These are two drastically different fields, and there are tons of other fields unrelated to these two as well. For example I enjoy the nitty-gritty details of computer science, scientific computing, and in general high performance computing. As a result I find myself much more motivated by projects which ask me to design/implement algorithms or improve the efficiency of a chunk of code vs. trying to write a game or make a webpage. When I do end up with a project like these latter two, I try to apply my strengths and interests to make the project more enjoyable. For example, in a webpage I'm currently working on I'm trying to design the interface to be concise and efficient to use. There's plenty else to frustrate me with web development, but as long as I can focus on something that excites me I keep pushing through the project.

    Lastly, understand that learning to program is a very long process, arguably longer than a lifetimes work. The hardest parts are definitely getting started, but don't let that discourage you. Take a break if there's a problem which you can't figure out or is frustrating you. Ask others for help and advice if needed.
    Last edited by helloworld922; October 27th, 2012 at 11:14 PM.

Similar Threads

  1. Replies: 1
    Last Post: September 23rd, 2012, 01:02 PM
  2. Need some help, learning java!
    By thisguyrighthere in forum Object Oriented Programming
    Replies: 5
    Last Post: June 10th, 2012, 09:41 PM
  3. Learning Java
    By destruxion in forum Member Introductions
    Replies: 1
    Last Post: September 12th, 2011, 03:13 AM
  4. Learning Java
    By jgc1 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 6th, 2011, 06:17 PM
  5. JFrame declared as setAlwaysOnTop doesn't stay on top during slide show
    By ravindra_appikatla in forum AWT / Java Swing
    Replies: 1
    Last Post: March 30th, 2010, 09:08 AM