Jump to ratings and reviews
Rate this book

Absolute Java

Rate this book

Praised for providing an engaging balance of thoughtful examples and explanatory discussion, ?best-selling author Walter Savitch explains concepts and techniques in a straightforward style using understandable language and code enhanced by a suite of pedagogical tools.? "Absolute Java "is appropriate for both introductory and intermediate programming courses introducing Java.

1248 pages, Paperback

First published December 10, 2003

23 people are currently reading
140 people want to read

About the author

Walter J. Savitch

53 books11 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
43 (27%)
4 stars
43 (27%)
3 stars
45 (28%)
2 stars
16 (10%)
1 star
10 (6%)
Displaying 1 - 10 of 10 reviews
Profile Image for Bokieie.
14 reviews17 followers
November 11, 2019
These books are great. Really easy to read and understand, but not too boring. A great foundation and/or a refresher.
Profile Image for Yunge Hao.
11 reviews3 followers
December 11, 2018
Why are so many computer science books so obsessed with quoting Bible or Shakespear(and sometimes there's Alice's Adventures in Wonderland...) before each chapter or even each section starts?? And for this author, this situation goes further and out of control. I always wonder, while scanning through this easy elementray stuff, is he teaching programming or children literature? Some of the quotes are very profound, though.
Review Add a review
7 reviews
Read
December 29, 2017
Yes, I put my Java textbook on goodreads. They--both the book and the language--deserve to be worshipped.
Profile Image for Agne.
11 reviews1 follower
December 12, 2020
Very wordy textbook. I felt like for a beginner this was a tough to understand book.

Why are textbooks on goodreads 😂
Profile Image for Jonathan Lovelace.
Author 1 book40 followers
March 2, 2014
As a basic introduction to programming and to Java, I suppose it's OK. It seemed unnecessarily brief on points I thought would most warrant extended discussion, and unnecessarily expansive on points I thought would have been better handled very briefly, but since very little of the material was at all new to me, I don't have a good sense of how his pacing and organization serve his intended audience.

There is one trivial problem, however, that I find very telling: his placement of braces in sample code. In C and C++, it's a matter of significant debate as to whether opening braces should be alone on a line, visually aligned with their matching closing braces, or immediately following the statement or expression the block is attached to---some companies, organizations, and major projects require the one, and some the other. So if this were a book teaching one of those languages, his consistent use of the former style would be reasonable, though it wastes the equivalent of a page or two of vertical space. In Java, however, no major project uses that style; this book, and examples largely produced from (a later version of) it by my current instructor, are the only places I have ever seen Java code using this style. So where else is this book likely to mislead?
Profile Image for Mahmoud El-Naggar.
47 reviews20 followers
September 28, 2014
Good book for Java beginners or information refreshment but can be organized better than that
as an example
1- File IO chapter not complete about most important classes on java.io package , why you focus on Scanner and PrintWriter classes
2- as a Java beginner I will not be interested in a whole chapter about Recursion ,just a few examples will be good
3- UML and Patterns chapter it will be better if it was after all OOP topics (classes and interfaces) and put it in practical example (I prefer Swing/Database ) example
4- A whole Chapter about database programming and use design patterns (specially MVC Pattern ) will be super great
5- Network programming very important topic so also chapter about it will be great too
4 reviews
January 16, 2013
The book is amazing if you have studied the same book "Absolute C++". The author used the same template and the same design in his book C++. So this would make it really simple for someone who hasn't studied Java before
97 reviews9 followers
May 3, 2019
oop֊ի կուրսի շրջանակներում եմ կարդացել, բայց ջաւա սովորելու համար յուսով եմ, որ աւելի լաւ գրքեր էլ կան(head first java֊ն ինձ համար աւելի լաւ էր), ու մարդիկ սրա «յոյսին չեն»։ ինչեւէ, պրոյեկտները հետաքրքիր են։
Profile Image for Ramona.
159 reviews12 followers
July 10, 2009
A concise, complete book for those who already know a lot about programming. A good reference, but perhaps a little curt for those of us who need more hand-holding.
Profile Image for Manaf.
15 reviews2 followers
September 26, 2011
This was my book for my first programming course in my major (Software Engineering)

Very good and helpful for beginner students in programming :)
Displaying 1 - 10 of 10 reviews

Can't find what you're looking for?

Get help and learn more about the design.