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

Thread: Is this book too outdated?

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is this book too outdated?

    I've recently took interest in learning to program in Java, so I asked a friend if he could lend me any books on the subject. He offered me the book Java How to Program (4th Edition)
    This book is clearly outdated, being written for J2SE, but perhaps it is still worth reading.

    Is this book worth reading if I want to learn to program in Java?
    Is it too outdated for it to be useful?

    Thanks.


  2. #2
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: Is this book too outdated?

    A newer one couldn't hurt. The book is 13 years old. A lot has changed in Java since then.
    With that being said, there is a lot that has stayed constant, and the book might contain a great deal of still applicable information. Programming is programming, not much changes as far as structure and basic language rules go. However, it will probably contain much more information which is no longer true. It's not that the language has had some massive overhaul, but rather that there are much better and easier ways of doing certain things now.
    If I were you, I would try to make sure you have a book that is no more than 5 years old. Even a 5 year old book will probably contain a lot of outdated information, but it will be significantly more "correct" than the 13 year old book.
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

Similar Threads

  1. Book
    By delhiris1 in forum Android Development
    Replies: 3
    Last Post: May 2nd, 2013, 08:02 AM
  2. CLASS BOOK HELP. Please. Please.
    By ITshard in forum Object Oriented Programming
    Replies: 3
    Last Post: August 27th, 2012, 11:04 AM
  3. 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
  4. BOOK
    By princz in forum Member Introductions
    Replies: 2
    Last Post: July 28th, 2011, 04:23 AM
  5. Which Java Book?
    By eay444 in forum Java Theory & Questions
    Replies: 2
    Last Post: June 13th, 2011, 06:55 PM