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 10 of 10

Thread: Is java how to program by the Deitels a good book?

  1. #1
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Question Is java how to program by the Deitels a good book?

    Hi all,

    I'm thinking if buying the book titled Java How to program, written by the Deitels. I have some programming experience, used the book sams teach your self java in 24 hours; though I don't feel like I really learnt programming. I know simply reading a book will not make me a programmer; though a book is like teacher, and a good teacher will teach you how to be able to use the skills you learnt in new ways, even with out them over your shoulder. I don't feel like the book has done that for me, so I'm thinking of getting a new book.

    They are all rather expensive, so seeing that, I don't want to buy a bad book. So I'm asking here, my trusted place for everything java. Deitels book costs more than three hundred in local currency; though I might buy it if you guys don't have any thing bad to say about it.

    Thanks.
    -Mel


  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: Is java how to program by the Deitels a good book?

    Quote Originally Posted by Melawe View Post
    three hundred in local currency
    That could amount to pocket change or a lifetime in earnings depending on what the local currency is... so that is not very useful information.
    Personally I don't see the need to spend money on a book with the wealth of free information on the internet. Perhaps if its worth that coin to have a paper copy on your desk, then buy it. I have a book like it on my desk, it holds down the papers I never pick up either. But it is there if and when I ever want to pick it up

  3. #3
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Is java how to program by the Deitels a good book?

    That would be about 15-30% of most peoples salary, its more like an investment rather than another book on the desk. What I want is a book that will not only teach me programming using Java, but be a companion/reference for the next few months-years of programming at the bigginer-interm level. I'm not looking for something to teach me what primitives data types are or how to make objects, but rather programming. If there is a better book you know of, please do let me know.

  4. #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: Is java how to program by the Deitels a good book?

    I don't really have any good book recommendations, especially for Java. There are so many good online references that I just don't see the need to shell out a hundred dollars or so for a book that will be out of date in a year or so.

    That's not to say they're bad books and are completely a waste of money, but rather I've just found that other uses for my money, like science/engineering text books which typically don't have as good online resources.

    My favorite Java resources (no particular order):

    The Java Tutorials
    Java API Specifications
    Java Language Specifications
    Google (or whatever your favorite internet search engine is)
    Various online forums and Q&A sites

  5. #5
    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: Is java how to program by the Deitels a good book?

    Quote Originally Posted by Melawe View Post
    ...What I want is a book that will not only teach me programming using Java, but be a companion/reference for the next few months-years of programming at the bigginer-interm level.
    Best suggestion I have is to use more than one resource for your studies. I have never seen any one book on any one topic cover it all. Nor does one book explain things in a manner that each person gains the same level of understanding. Again about the book on the desk, with the internet, who picks up and carries books around? If you do buy a book, check for one you can get digitally anyway. Books are more of dust collectors than paper weights any more. But the real stress is on the fact that other resources can provide the same factual information at no cost, albeit presented in a different manner.

    Quote Originally Posted by Melawe View Post
    I'm not looking for something to teach me what primitives data types are or how to make objects, but rather programming.
    The first three links posted by helloworld922 are among the best java specific resources and have been at home in my favorites list for some time.

  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: Is java how to program by the Deitels a good book?

    who picks up and carries books around?
    Hey, I like my books! I just don't use them for Java or learning programming languages. They're great for science and engineering cause I tend to write in my books. A lot of good information is also in print only, or is even out of print (I recently used a book discussing the benefits of buying an electronic calculator ).

  7. #7
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Is java how to program by the Deitels a good book?

    Quote Originally Posted by helloworld922 View Post
    I don't really have any good book recommendations, especially for Java. There are so many good online references that I just don't see the need to shell out a hundred dollars or so for a book that will be out of date in a year or so.

    That's not to say they're bad books and are completely a waste of money, but rather I've just found that other uses for my money, like science/engineering text books which typically don't have as good online resources.

    My favorite Java resources (no particular order):

    The Java Tutorials
    Java API Specifications
    Java Language Specifications
    Google (or whatever your favorite internet search engine is)
    Various online forums and Q&A sites
    Thanks for the links, haven't seen Java Language Specifications before; is there a version for SE6? Nothing wrong with se7, but I prefer the L&F of se6 and don't want to confuse my self with using jdk7 and set the L&F to the old one at this time. I know there are many resources online, but I haven't found one that is going to take you from being new to knowing how to program anything you want. There are many great tuts, I've read alot, and learnt alot, I understand OOP, great with data types, arrays, loops, etc. But when it comes to making a real world app on my own... kinda like a calf looking at a new gate. I tried taking small projects created by others, but most are gui games or scie. calculators or complicated cmd system tweaking programs. :/ Which is why I'm thinking of getting a book, more indepth than Sams 24 Hours; is it the best way to go, wondering now after reading your guys comments. Though if I find a good set of tuts online, a with more detailed info than TJT, would be great, even if I'll printing a few dozen pages.

    Quote Originally Posted by jps View Post
    Best suggestion I have is to use more than one resource for your studies. I have never seen any one book on any one topic cover it all. Nor does one book explain things in a manner that each person gains the same level of understanding. Again about the book on the desk, with the internet, who picks up and carries books around? If you do buy a book, check for one you can get digitally anyway. Books are more of dust collectors than paper weights any more. But the real stress is on the fact that other resources can provide the same factual information at no cost, albeit presented in a different manner.

    The first three links posted by helloworld922 are among the best java specific resources and have been at home in my favorites list for some time.
    I carry books! Better than the strain of 18 hours of looking at the monirter. Though nonetheless, what I really want is a good teacher to get me on my feet, not going to the bookstore for a new book.

    Quote Originally Posted by helloworld922 View Post
    Hey, I like my books! I just don't use them for Java or learning programming languages. They're great for science and engineering cause I tend to write in my books. A lot of good information is also in print only, or is even out of print (I recently used a book discussing the benefits of buying an electronic calculator ).
    Haha, did you buy the book or got it free?

  8. #8
    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: Is java how to program by the Deitels a good book?

    JLS for SE5/6 (identical to each other)

    I borrowed it from a friend, I'm not really sure where they got it from.

    You can always print off pages if you don't want to stare at a monitor and put them into a binder.

  9. #9
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Is java how to program by the Deitels a good book?

    Quote Originally Posted by helloworld922 View Post
    JLS for SE5/6 (identical to each other)

    I borrowed it from a friend, I'm not really sure where they got it from.

    You can always print off pages if you don't want to stare at a monitor and put them into a binder.
    Thanks my friend.

    I do print. But I'm yet to find a tut to take me from hello world to hello polymorph with out to much or too little info; I just want something to teach me something about Java, so after each lesson I can do something new with out have to use 70% of the teachers code. As what happened with Sams, cause after you read it all, you find your self left with memorised code you understand, but not what you can improve or build on. I dont know if you guys know what I mean, but... :/

  10. #10
    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: Is java how to program by the Deitels a good book?

    Quote Originally Posted by Melawe View Post
    so after each lesson I can do something new
    Start at the front and good luck(same as helloworld922 posted)

    The deeper you go, the more "resources" you build up to work with, and it gets more involved.

Similar Threads

  1. Good Java book for beginner?
    By majere880 in forum The Cafe
    Replies: 12
    Last Post: February 14th, 2018, 04:01 AM
  2. Replies: 3
    Last Post: July 27th, 2012, 10:58 AM
  3. Good Java Networking Recourse\Tutorial\Book
    By Dark Light in forum Java Networking
    Replies: 2
    Last Post: March 4th, 2012, 07:32 PM
  4. Address Book program in Java
    By DaveNAchill in forum Paid Java Projects
    Replies: 3
    Last Post: January 6th, 2012, 04:03 AM
  5. Address Book Program in java
    By DaveNAchill in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 11th, 2011, 09:25 AM