+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 19

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

  1. #1
    Programming Professional Panarchy is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    256

    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. #2
    Code Slinger chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5's Avatar
    Join Date
    Mar 2008
    Posts
    7,023
    Blog Entries
    1

    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
    "Whenever you remember, I'll be there/
    Remember how we reached that dream together" - Carrie Underwood

  3. #3
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    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.

  4. #4
    Programming Professional Panarchy is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    256

    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)

  5. #5
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    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

  6. #6
    Programmer ArtoStiloz is on a distinguished road ArtoStiloz's Avatar
    Join Date
    Sep 2008
    Location
    Denmark
    Age
    22
    Posts
    175

    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.

  7. #7
    Code Slinger chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5's Avatar
    Join Date
    Mar 2008
    Posts
    7,023
    Blog Entries
    1

    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.
    "Whenever you remember, I'll be there/
    Remember how we reached that dream together" - Carrie Underwood

  8. #8
    Programmer ArtoStiloz is on a distinguished road ArtoStiloz's Avatar
    Join Date
    Sep 2008
    Location
    Denmark
    Age
    22
    Posts
    175

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

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

  9. #9
    Code Slinger chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5 has a reputation beyond repute chili5's Avatar
    Join Date
    Mar 2008
    Posts
    7,023
    Blog Entries
    1

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

    sure, but that's not related to this topic. He's learning Java.
    "Whenever you remember, I'll be there/
    Remember how we reached that dream together" - Carrie Underwood

  10. #10
    Programmer ArtoStiloz is on a distinguished road ArtoStiloz's Avatar
    Join Date
    Sep 2008
    Location
    Denmark
    Age
    22
    Posts
    175

    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++

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Thread Information

Users Browsing this Thread

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

     

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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