Absolute Java (4th Edition)

Absolute Java (4th Edition)
Authors
Walter Savitch
ISBN
013608382X
Published
05 Mar 2009
Purchase online
amazon.com

For undergraduate students in Computer Science and Computer Programming courses. Praised for providing an engaging balance of thoughtful examples and explanatory discussion, Absolute Java , Fourth Edition has been updated with numerous additional programming projects and coverage of web and database programming. Best-selling author Walt Savitch and contributor Kenrick Mock explain concepts and techniques in a straightforward style using understandable language and code enhanced by a suite of pe

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

said
Straightforward, and easy to understand, not tedious. This book is extremely good. My instructor isn't the best, so I end up reading through the book a lot, and have come to really appreciate it.

Important concepts are hit upon from several different angles to really drive points home (but not tediously and repetitive), code examples are very good, lots of tips, and warnings of frequent mistakes. I can go through a chapter in a couple of hours, this semester I've gone through a thousand pages in this book, but it doesn't feel like I spent more effort on this course than others, I have learned so much from it.

Also, if you want to skip ahead, he will tell you what sections you need to know before beginning a chapter, so you can hit some relevant topic without reading every chapter prior to it.

Effective use of formatting and white space, clear headings that really help to find and organize the information, chapters are nice and manageable. Important parts of the code examples are highlighted so that you don't have to read the entire piece of code to get the relevant information, but if you want to see how the piece fits into a working program, the entire code is there to be referenced. It helps you to be able to just look the code quickly if thats all you need, or really sit down and give it a thorough run through to see how it works in the program.

I wish all my textbooks were like this, I advocate it to everyone interested in Java.

lmacia said
It is BY FAR the best book on programming that I have read. I tried Java for Dummies, learning online, also the Java tutorials from Sun and they were a waste of time or money or both.

There are several reasons that make me love this book and the way this author teaches:

1. I read most of this book in seven weeks. After that, I took a second course on programming and I did great on my class.

2. The exercises are well designed to learn. Some are challenging but all go right to the core of what you learned on each chapter.

3. It covers the basics and even some advanced topics that I have encountered in following programming courses.

4. The explanations are crystal clear. It is hard to be left with doubts.

5. The organization is perfect. It builds a core and then it adds more to the core. After five chapters you can move on many different directions depending on your needs and the book will still make sense.

6. The code is transparent and clarifications on the margins do help.

7. It is up to date with the latest Java release.

In all honesty this book does not have a weak spot. BUY IT!!!

hernanM

gerard_socialcritic said
I have read both books by Savitch and Deitel, and Savitch is by far clearer, although Savitch could still buff the textbook out a bit more with explaining "Compositon" topic better and clarifying paramater type .

Also Savitch summarizes every subsection and I am not 100% sure this is necessary in all subsections.

Savitch should urge his publisher not to begin a new subsection at the bottom of a page!

Savitch should make available more solutions in a separate manaul for those wishing it.

Overall I would say Savitch saved my day with my 2 JAVA courses. Deitel starts out with graphics, assuming the student will graps Java better but Deitel introduces some rather major concepts when doing this and I don't think the students would appreciate the complex ideas without using Savitch step by step methodologies. Deitel assumes a student undestands the concept of "extends", "implements" etc and this is exactly what graphics class uses and Deitel assumes students will understand these concepts just because they are graphical in nature. Savithc covers these concepts later when other major concepts are covered so that a student will appreciate the "extends" concepts much better.

So Savitch and Deitel cover the same material, but in different sequences. And I believe that Savitch's approach works better and helps the student understand the more difficult concepts later in the textbook.

gerard sagliocca,
[email protected]

said
I learned JAVA language a couple of years ago. As I have to reuse it recently, I borrow the 2nd Edtion from a computer science guy in the school, because many people told me this is the best one. After I read through it, I decided to purchase the newest edtion. It's INDEED the best one of the JAVA guides I've ever read.

physgrrl said
I've tried three other Java intro books, and they either aren't well-organized or they take such a dim view of the reader's abilities that it's like reading Programming for Pre-schoolers. Absolute Java is well-structured with both breadth & depth: it doesn't ignore programming basics, but covers a much larger scope of material than other books I've tried, while still including detail about intricacies of more sophisticated aspects of the language. Uses lots of good, robust examples. Love it.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We better hurry up and start coding, there are going to be a lot of bugs to fix.”