Thread: where to start

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 where to start 
    Registered Member
    Join Date
    Jun 2011
    Posts
    15
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Im 14 and wanna learn java. Where do I start with a 0% knowlege of it.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2011
    Posts
    15
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by Jonathan View Post
    google
    I don't want google,i want personal opinions on where to start
    Reply With Quote  
     

  3. #3  
    Registered Member
    Iwin's Avatar
    Join Date
    Mar 2008
    Age
    27
    Posts
    677
    Thanks given
    12
    Thanks received
    56
    Rep Power
    245
    Mid, pm me your msn (if you have one) and I will help you get started.
    [SPOIL]
    [/SPOIL]
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Jul 2009
    Posts
    597
    Thanks given
    158
    Thanks received
    95
    Rep Power
    632
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member

    Join Date
    Jun 2011
    Posts
    153
    Thanks given
    0
    Thanks received
    137
    Rep Power
    110
    Actually, the ideal place to start learning anything for free would be Google; the results are seldom irrelevant, but, as forks has kindly linked, the Oracle tutorials would be a good place to start despite them being written to bore the living daylights out of anyone who has even the smallest light of happiness inside them. Needless to say, they're not very enthusiastic but they are informative and good if you don't care about niceties. I, myself, am one of those people where informality in a book cheeses me off if it's forced, so the Oracle tutorials and documentation are really good for me.

    Book-wise, I've heard from many good sources that the Effective Java book by Joshua Bloch is a great book but perhaps not much of a starting point, however, it is complimented nicely by Head First Java by Kathy Sierra and Bert Bates which is highly regarded as a good point for beginners and actually comes from the same people as Head First Design Patterns, which is a palatial book that's not strictly related to Java but is very good for teaching you about software design and architecture and is a must buy for when you're good at Java and you're looking into more advanced programming concepts.

    And another option could be to not learn Java first, and instead learn a smaller and easier language like Python, and later on move on to Java when you've nailed all the beginner concepts down. If I was in your position, I'd probably take this route as you'll end up proficient with more languages and you'll have a good foundation for learning in the future.
    Reply With Quote  
     

  7. Thankful users:


  8. #6  
    Community Veteran


    Join Date
    Jan 2008
    Posts
    2,664
    Thanks given
    493
    Thanks received
    627
    Rep Power
    980
    The Oracle tutorials may not be the best place to start if you have absolutely no experience in programming. As others have stated, use Google to looks for a few noob-friendly tutorials until you get comfortable with the basics of the language. It doesn't matter if they're mediocre. Just read something to get familiar with the language and the terminology. Write a few programs as well a long the way. Then maybe quickly look through Oracle's tutorials to rinse your knowledge.

    If you want to get into good habits, read Effective Java as functor suggested.


    Quote Originally Posted by Aaron View Post
    I seriously wonder why you even posted this

    Reported

    I laughed that you clicked that
    It's quite obvious he just wanted a few good resources to learn from. A question like this is perfectly fine.

    Your attempts to troll, on the other hand...
    ~iKilem
    Reply With Quote  
     

  9. #7  
    Registered Member

    Join Date
    Jun 2011
    Posts
    153
    Thanks given
    0
    Thanks received
    137
    Rep Power
    110
    Quote Originally Posted by iKilem View Post
    The Oracle tutorials may not be the best place to start if you have absolutely no experience in programming. As others have stated, use Google to looks for a few noob-friendly tutorials until you get comfortable with the basics of the language. It doesn't matter if they're mediocre. Just read something to get familiar with the language and the terminology. Write a few programs as well a long the way. Then maybe quickly look through Oracle's tutorials to rinse your knowledge.

    If you want to get into good habits, read Effective Java as functor suggested.



    It's quite obvious he just wanted a few good resources to learn from. A question like this is perfectly fine.

    Your attempts to troll, on the other hand...
    If [Only registered and activated users can see links. ] isn't a good starting point then.. well.. I honestly don't know what is. That tutorial seems to cover most of the basics in a simple, coherent manner; I don't see why people would have too many problems starting out from it if they're not bothered by the formal tone.
    Reply With Quote  
     

  10. #8  
    Community Veteran


    Join Date
    Jan 2008
    Posts
    2,664
    Thanks given
    493
    Thanks received
    627
    Rep Power
    980
    Quote Originally Posted by functor View Post
    If [Only registered and activated users can see links. ] isn't a good starting point then.. well.. I honestly don't know what is. That tutorial seems to cover most of the basics in a simple, coherent manner; I don't see why people would have too many problems starting out from it if they're not bothered by the formal tone.
    What you linked me to only gets you familiar with java source files and class files. It doesn't even touch on the language.
    ~iKilem
    Reply With Quote  
     

  11. #9  
    Registered Member

    Join Date
    Jun 2011
    Posts
    153
    Thanks given
    0
    Thanks received
    137
    Rep Power
    110
    Quote Originally Posted by iKilem View Post
    What you linked me to only gets you familiar with java source files and class files. It doesn't even touch on the language.
    It's a starting point and an introduction, if you'd taken the time to click Next a few more times then you'd have discovered that the tutorial leads on to talk about aspects like variables (In [Only registered and activated users can see links. ]) and classes [Only registered and activated users can see links. ], which is exactly what a beginner wants.
    Reply With Quote  
     

  12. Thankful user:


  13. #10  
    Registered Member
    Join Date
    Jun 2011
    Posts
    15
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by functor View Post
    Actually, the ideal place to start learning anything for free would be Google; the results are seldom irrelevant, but, as forks has kindly linked, the Oracle tutorials would be a good place to start despite them being written to bore the living daylights out of anyone who has even the smallest light of happiness inside them. Needless to say, they're not very enthusiastic but they are informative and good if you don't care about niceties. I, myself, am one of those people where informality in a book cheeses me off if it's forced, so the Oracle tutorials and documentation are really good for me.

    Book-wise, I've heard from many good sources that the Effective Java book by Joshua Bloch is a great book but perhaps not much of a starting point, however, it is complimented nicely by Head First Java by Kathy Sierra and Bert Bates which is highly regarded as a good point for beginners and actually comes from the same people as Head First Design Patterns, which is a palatial book that's not strictly related to Java but is very good for teaching you about software design and architecture and is a must buy for when you're good at Java and you're looking into more advanced programming concepts.

    And another option could be to not learn Java first, and instead learn a smaller and easier language like Python, and later on move on to Java when you've nailed all the beginner concepts down. If I was in your position, I'd probably take this route as you'll end up proficient with more languages and you'll have a good foundation for learning in the future.

    Allright im on a python tut now =D
    Reply With Quote  
     

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)


User Tag List

Similar Threads

  1. Idk where to start..
    By omfgpie123 in forum Help
    Replies: 5
    Last Post: 06-05-2011, 11:08 AM
  2. Where Do I Start...
    By FALL3N in forum Help
    Replies: 6
    Last Post: 04-21-2010, 09:16 PM
  3. Should I start again?
    By Proffessor Oak in forum Chat
    Replies: 8
    Last Post: 12-23-2009, 06:06 AM
  4. What should i start?
    By Evan in forum Chat
    Replies: 16
    Last Post: 11-13-2008, 11:35 PM
  5. Start WoW again?
    By Joe in forum Voting
    Replies: 12
    Last Post: 01-14-2008, 03:00 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •