Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: One Month to learn Java - Pointers and book suggestions needed

  1. #1
    Panarchy is offline Programming Professional
    Join Date
    Nov 2007
    Posts
    259
    Rep Power
    0

    Exclamation One Month to learn Java - Pointers and book suggestions needed

    Hello

    This is the sister article to my question on C++.

    I've been told by some other people that java is a better language to learn for the kind of implementation needed.

    Please don't close the other topic, or stop replying to the other topic, as both of these will be needed by me (though immediately this one!)

    What I need, is to learn Java, within a month.

    Any suggestions/pointers?

    Thanks in advance for any replies,

    Panarchy

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: One Month to learn Java - Pointers and book suggestions needed

    Find a good book I suppose. I like Thinking in Java third edition. However there are some really great web sites out there. I like: Central Connecticut State University

    Mostly you just have to work on a bunch of programs after learning parts of the language.

    Good luck

  4. #3
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: One Month to learn Java - Pointers and book suggestions needed

    As with any language, it takes time to learn the syntax. I suggest making goals for small programs and working up from there. Make sure you can make a small program before making something bigger.

  5. #4
    Panarchy is offline Programming Professional
    Join Date
    Nov 2007
    Posts
    259
    Rep Power
    0

    Re: One Month to learn Java - Pointers and book suggestions needed

    Would creating a text editor with syntax highlighting count as a small project or a big one?

    (as a starter project)

  6. #5
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: One Month to learn Java - Pointers and book suggestions needed

    Thats a huge task because that requires a gui and many features. It would take me a solid week to produce something like that even at my skill level which is moderate!

    I'd stick to a program that runs in a console, perhaps make a program that reads a text file and counts all the characters in it and outputs how many of each characters there are. Perhaps add a twist of making it look for correct parentheses/bracket placement.

    At my skill level, something like this would take me about 2.5 hours to accomplish

  7. #6
    ArtoStiloz's Avatar
    ArtoStiloz is offline Programmer
    Join Date
    Sep 2008
    Location
    Denmark
    Posts
    173
    Rep Power
    14

    Re: One Month to learn Java - Pointers and book suggestions needed

    Java has a very confusing syntax, but once you are inside it, run it.

  8. #7
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: One Month to learn Java - Pointers and book suggestions needed

    It's not that confusing actually, just gathering user input is a controversial topic.

    It's best to start with console programs to learn the syntax, and move into GUI later. Not a great program to start with.

    Introduction to Computer Science using Java has a lot of great problems to gets you started.

  9. #8
    ArtoStiloz's Avatar
    ArtoStiloz is offline Programmer
    Join Date
    Sep 2008
    Location
    Denmark
    Posts
    173
    Rep Power
    14

    Re: One Month to learn Java - Pointers and book suggestions needed

    If I had to start somewhere, I would start with C++

  10. #9
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: One Month to learn Java - Pointers and book suggestions needed

    sure, but that's not related to this topic. He's learning Java.

  11. #10
    ArtoStiloz's Avatar
    ArtoStiloz is offline Programmer
    Join Date
    Sep 2008
    Location
    Denmark
    Posts
    173
    Rep Power
    14

    Re: One Month to learn Java - Pointers and book suggestions needed

    I say only that C++ will be the easiest way to start off with. What he chooses, he may even find out, however, I could give a thousand reasons to choose C++

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. need suggestions on what to learn next, to earn money via freelancing.
    By death_relic0 in forum General Programming
    Replies: 7
    Last Post: 08-09-2011, 05:20 AM
  2. suggestions on which languages to learn as a freelancer
    By dmehling in forum General Programming
    Replies: 5
    Last Post: 09-27-2010, 11:46 AM
  3. Any Good book to learn GUI in java?
    By bleedy3 in forum Java Help
    Replies: 0
    Last Post: 04-30-2010, 07:39 AM
  4. Replies: 15
    Last Post: 09-17-2008, 10:28 AM
  5. Replies: 0
    Last Post: 10-19-2007, 09:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts