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

Thread: Tips for java books?

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Tips for java books?

    Im thinking about reading a book about java called Introduction to Programming Using Java by David J. Eck.(Idk if its called that but thats what it says.)
    I know some basics about java and I want to repeat the basics and maybe learn something new on that level (which the book does) and get some more knowledge on what I already know.

    EDIT: About this first post, I changed the title so look a bit further down.


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: Is it a good book?

    I would not use it as it is a 2009 version, from what I see on amazon. It's about Java 1.5 which is dead already. If you really don't want to go beyond the really basic stuff, it might be ok for you though.
    Check the Java programming books and their reviews to get an idea. Or go to your local book store and glance through a few books, to find out about the writing style and complexity.

  3. #3
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Is it a good book?

    Well the problem is that in my local library there are no books on java. I live in a village so the library is not very big. Ofc I can buy a book but I would rather just have a pdf file that I can read of. I found this book as a free pdf file and I thought that I can just read that but I asked here first. And I kinda do want to go a bit further but also repeat the basics. Does anyone know about a book that I can find as a pdf? Because I only found this book for java 5.0 and isn't it like 7.something right now?

  4. #4
    Member
    Join Date
    Sep 2012
    Posts
    128
    Thanks
    1
    Thanked 14 Times in 14 Posts

    Default Re: Is it a good book?

    Quote Originally Posted by albin1228 View Post
    Well the problem is that in my local library there are no books on java. I live in a village so the library is not very big. Ofc I can buy a book but I would rather just have a pdf file that I can read of. I found this book as a free pdf file and I thought that I can just read that but I asked here first. And I kinda do want to go a bit further but also repeat the basics. Does anyone know about a book that I can find as a pdf? Because I only found this book for java 5.0 and isn't it like 7.something right now?
    Most of the longer Java text books are available electronically. You can try them out on Amazon or look at a friend's copy and see if you like it.;-)

  5. #5
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Is it a good book?

    Do you have any good tips that are kinda like what i described in my first post? Or will the 5.0 book work?

  6. #6
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Tips for java books?

    Well if I dont get any suggestions i might as well read the book i found. Here is a link for the book/tutorial:
    Javanotes 6.0 Table of Contents

  7. #7
    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: Tips for java books?

    The Really Big Index is not really a book, but you can read through it like one. There are many links to other pages for better discussion on individual topics and a wide variety of sample code (compile and run samples) you can copy paste to your favorite editor.

  8. #8
    Junior Member
    Join Date
    Feb 2013
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Tips for java books?

    Yes I did think about doing that but then I changed my mind when I saw the size of it. The thing is that I need to finish the book before I get too tired of reading it. Because if I do then I wont finish it. And even if I wont get tired then I probably wont even have the time to read something of that size. So I use it more like a dictionary type of way.

  9. #9
    Junior Member
    Join Date
    Apr 2013
    Posts
    17
    My Mood
    Happy
    Thanks
    0
    Thanked 9 Times in 9 Posts

    Default Re: Tips for java books?

    This is one of the good links I got with java. I started with Starting out with Java by Tony Gaddis. Its pretty good book. The English is pretty simple and straight. I have used that book since beginning and still use it. The book teaches you java as if you were a 7 grade kid. Some people have criticized the book for it but coming from non-english speaking region, it has helped me quite a lot. And it covers most of the basics of java. If you can solve each and every programming exercise in this text book, you will be pretty good at programming. Thats how I sharpened my programming skill. You have to realize there is no shortcuts for learning.
    Another resource I have used is yet another insignificant Programming Notes
    This also has everything from simple to advanced topics in java.

    Hope this helps

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. Book
    By delhiris1 in forum Android Development
    Replies: 3
    Last Post: May 2nd, 2013, 08:02 AM
  3. Replies: 3
    Last Post: July 27th, 2012, 10:58 AM
  4. Which book out of these two shall I get?
    By spect4cle in forum The Cafe
    Replies: 1
    Last Post: May 5th, 2012, 06:24 PM
  5. Good Java Networking Recourse\Tutorial\Book
    By Dark Light in forum Java Networking
    Replies: 2
    Last Post: March 4th, 2012, 07:32 PM