Java In A Nutshell, 5th Edition

  Author:    David Flanagan
  ISBN:    0596007736
  Sales Rank:    19847
  Published:    2005-03-15
  Publisher:    O'Reilly
  # Pages:    1264
  Binding:    Paperback
  Avg. Rating:    4.0 based on 31 reviews
  Used Offers:    22 from $24.75
  Amazon Price:    $29.67
  (Data above last updated:  2008-11-19 05:35:51 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Java In A Nutshell, 5th Edition
  

With more than 700,000 copies sold to date, Java in a Nutshell from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up.

In this latest revision, readers will find Java in a Nutshell, 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer.

To wit, Java in a Nutshell, 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with.

This handy reference gets right to the heart of the program with an accelerated introduction to the Java programming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, Java in a Nutshell, 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as long as Java has existed, Java in a Nutshell has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different.

                  Reader Reviews 1 - 28 of 28                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
02-27-08 2 3\5
(Hide Review...)  in a nutshell - meh
Reviewer Permalink
I am a programmer, and in a programming language book, I expect to find syntactical diagrams of the language. Anyone can read those, we should not have to glean the diagram from the wordy explanation. It's fine to have all the verbiage, but head each section with the syntax diagram.
Also, this book goes into lengthy explanations of what object oriented programming is NOT, as on page 104. This is a very bad practice in teaching. Only teach what is correct, not what some novice might ignorantly think. I have gotten better fundamentals in Java free on the w3c site.
(Review Data Last Updated: 2008-11-19 05:37:21 EST)
02-23-08 3 (NA)
(Hide Review...)  this Nutshell has become a Bomb Shelter
Reviewer Permalink
I used to like this Nutshell book, but it seems to have grown a little too big for its bridges. Maybe it's not O'Reily's fault. Maybe it has more to do with Java growing so much. But earlier versions were quick and to the point. This is now overly verbose.

This is no longer a sleek Nutshell. Its a back-breaking bomb shelter with 10ft thick walls.
(Review Data Last Updated: 2008-02-27 18:36:43 EST)
01-14-08 5 1\1
(Hide Review...)  Excellent reference, but could lose the last 2/3 of the book
Reviewer Permalink
I very much like this as a reference, but at this point I feel like most of the back 2/3 of the book is unnecessary bulk. The front portion, however, is excellent.
(Review Data Last Updated: 2008-02-23 16:58:24 EST)
01-02-08 4 (NA)
(Hide Review...)  Good reference book , but a little heavy
Reviewer Permalink
This is a great book for those Java programmers who want a rapid reference. The only drawback of this book is its weigth: the large part of the book is made of a Java reference (very similar to the official JavaDoc) that in my opinion is not so helpful, as if I need the documentation for a specific class I can browse the official documentation online.
Anyway, the first part of the book is well written and gives many examples that can help both new and experienced programmers to understand the main features of Java 5.
(Review Data Last Updated: 2008-01-15 11:00:28 EST)
12-29-07 4 (NA)
(Hide Review...)  Java in a bombshell
Reviewer Permalink
The book is by far the most comprehensive, plain english manual for java that exists. Great book, but anyone who see's it laughs at the title. I think it must be an intentional joke. With 1225 pages and weighing in at a hefty 1.5kg (3.3lb) it's by no means a nutshell. It's more like a bombshell. If it were ever to be divided into 3 books, I would buy it again, just so that using it wouldn't be so cumbersome.
(Review Data Last Updated: 2008-01-03 16:14:50 EST)
12-28-07 5 (NA)
(Hide Review...)  Java in a Nutshell
Reviewer Permalink
Excellent book! Difficult to believe a "nutshell" is over 1200 pages, but that's Java.

Thank you,
Rick Rodgers
(Review Data Last Updated: 2008-01-03 16:14:50 EST)
11-30-07 4 (NA)
(Hide Review...)  Great Reference
Reviewer Permalink
This is a great reference book has great information, all of the basics and some of the more advanced concepts. However, this is not a must have, most of the information if not all of the information in the book can be found online.

If you like your documentation/references in print then this is your java reference.
(Review Data Last Updated: 2007-12-29 03:17:21 EST)
08-27-07 4 0\1
(Hide Review...)  Great book to refresh
Reviewer Permalink
Though I work on Java for 7 years, I still do not know many basic stuff. Even I know the big picture, I may not really know the detail. I learn a lot from this book.
I strongly suggest this book to anybody working on Java, even for experienced developer. It is a great book to review and refresh. You may be surprised there are something you did not really know and actually they are very important.

I should give it 5 star, but it wasted too much paper for printing API. It waste my money and it caused more tree to be cut. So 4 star.
(Review Data Last Updated: 2007-12-13 13:23:08 EST)
08-14-07 5 1\1
(Hide Review...)  Highly recommended
Reviewer Permalink
Highly recommended. Concentrated and well indexed information.
If you need a nutshell book for tiger, this is best one.
(Review Data Last Updated: 2007-12-13 13:23:08 EST)
05-21-07 5 3\3
(Hide Review...)  Superb as a textbook too....
Reviewer Permalink
I teach an undergraduate course on Java, focussing on concurrency and other "advanced" features, and have found that the 5th edition of Java in a Nutshell makes an excellent textbook. It can be a little intimidating for some students at the start, especially those who prefer a wordier style with more asides and less meat, but they mostly get used to it and see the value. The initial tutorial material is fast-paced and well-suited to people who can already program, and the reference material at the back is incredibly helpful for beginners who need to browse the libraries to see what is available. Java is a big language, and this is a big book, but it's extremely useful.
(Review Data Last Updated: 2007-12-13 13:23:08 EST)
05-13-07 5 2\2
(Hide Review...)  Not for the beginner
Reviewer Permalink
This book is truly an excellent reference for Java, however, don't use it for much more than that. When I find myself needing to review old material, I have turned to this book first, for it lays out the intricacies and nit-picky details of the language in meticulous detail. The examples are few for each topic though, because there is so much to cover in a reference manual. Don't go in expecting to learn the complexities of the Java language from this book, but you will feel enriched whenever you find yourself needing to refresh your knowledge of the different means by which one can perform operations multi-dimensional arrays.
(Review Data Last Updated: 2007-12-13 13:23:08 EST)
02-21-07 4 2\3
(Hide Review...)  A Great Little Reference
Reviewer Permalink
This is a great reference to have for quickly looking up information. You know, most of the stuff I look up here is already in the JavaDoc, but somehow, reading it all from a book seems to make more sense.
(Review Data Last Updated: 2007-12-13 13:23:08 EST)
02-14-07 4 2\2
(Hide Review...)  The Java Yellow pages
Reviewer Permalink
If you re involved in Java development you'll enjoy having this book in the desktop.

It's a reference book, don't expect to use it as bed reading, I suggest other titles as "Learning Java" from the same publisher to fill your nights.

As a reference book it's a must have.
(Review Data Last Updated: 2007-07-04 17:32:37 EST)
11-14-06 5 3\3
(Hide Review...)  Rock-solid Java 5 reference
Reviewer Permalink
Although this book is an in-depth reference rather than a programming manual, I think it would also be useful to those who want to get an overview of the language. The first 160 pages contain an excellent description of the Java language along with a few carefully selected code examples. The next 150 pages introduce the Java platform as well as the new Java 5.0 features. All basic API functionality is described and exemplified by short code examples. Thus by reading the first 300 pages you get a concise, yet thorough overview of Java. The matter-of-fact writing style may not be everybody's cup of tea, indeed some may find it a bit dry. On the other hand, I find it much preferable to the wordy and chatty style of so many other "introductory" computer books. At least, the author isn't wasting my time. The largest part of the book -ca. 800 pages- is taken up by detailed API documentation. The book is well organised, meticulously accurate, and authoritative. You may want to come back to it often. I certainly do. Five stars because it's really useful.
(Review Data Last Updated: 2007-07-04 17:32:37 EST)
08-05-06 5 3\3
(Hide Review...)  Excellent, the one-stop shop for Java
Reviewer Permalink
This book really is the one-stop shop for Java language information. While many complain that the page count is very high and the book is slightly heavy, this is actually a *good* thing. I love the fact that all this info is in ONE book. One book to buy, one book to carry around, one book to reference, one book to bind them...hey wait a minute!

I seriously hope Oreilly keeps updating this book with Java 6/Mustang and beyond information. Thin books are way over-rated, we need more books chock full of useful information like this one.
(Review Data Last Updated: 2007-07-04 17:32:37 EST)
07-26-06 4 1\1
(Hide Review...)  Excellent book, AND door stop
Reviewer Permalink
This book is really useful to have on hand, but it is HUGE for a nutshell book. I realize that they need every page to document the code it is just makes it hard to keep this book on the desk. Over all I think the book could have used more examples on how to make the method calls rather than showing the methods and what they do. Over all if you need a book that documents most of the java libraries this is an excellent choice, but don't expect to pick up this book if you have no programming experience and learn how to call these methods.
(Review Data Last Updated: 2006-08-22 08:56:34 EST)
04-16-06 5 3\3
(Hide Review...)  Indispensible
Reviewer Permalink
I use this Java book more than any other programming book I've ever had. That's probably because it's a reference book. Although all the reference material I could need is available online, I still like having the book on the desk next to me so I can look up a class or a method without playing around on the computer. I became a Sun Certified Java Programmer several years ago and although I've read many Java books before then and since then, the only book I would be hard pressed to do without is this one!
(Review Data Last Updated: 2006-08-22 08:56:34 EST)
03-23-06 5 3\4
(Hide Review...)  An essential part of any Java Programmer's inventory
Reviewer Permalink
I have coded Java for many years, and I have always considered the the successive editions of the nutshell book an essential reference. Whilst this book is not suited to learning Java, it is very handy when you need to look up the concise facts. I highly recommend this book even if you have previous editions. Java 5 has some significant changes, and you will run into problems if you don't take time to understand them.
(Review Data Last Updated: 2006-08-22 08:56:34 EST)
11-28-05 3 4\9
(Hide Review...)  Like the language, this book is bloated
Reviewer Permalink
I believe it says a lot about the state of Java as a language that 1,252 pages are required to describe the language "in a nutshell." Since the second edition, this book has tripled in size. Surely this book now goes beyond the scope of what is required to teach the basics of the language.
(Review Data Last Updated: 2006-08-22 08:56:34 EST)
09-19-05 4 6\8
(Hide Review...)  Java in a Nutshell
Reviewer Permalink
I have very little experience with Java and I was required in an Object-oreiented Java course to come up to speed on object oriented concepts. Not only did I need to learn these concepts, I also needed to come up to speed on the basic elements of the language. This book was just what I needed. Like other O'Reilly "in a nutshell books", this one is great for a motivated learner. I would certainly like to see more graphic presentations; however, that would make the book very thick -- and heavy. Still, those of us who sit and stare at a screen all day, could benefit from the workout! Overall, a terrific book.
(Review Data Last Updated: 2006-08-22 08:56:34 EST)
09-18-05 5 6\8
(Hide Review...)  Still an essential reference
Reviewer Permalink
The "Java in a Nutshell" series probably peaked in usefulness around the second edition. The only reason it has eroded somewhat in value is:
1. The size of the language has grown to the point that key parts of the language - enterprise and foundation classes - were omitted and spun off into their own nutshell series.
2. Even the core portion of the language has grown so much that the resulting book has become quite unwieldy.
However, that being said, I would want a copy of this reference on my desk as long as up-to-date editions are in existence. You probably cannot learn Java from this book alone, but many key points on syntax and language features are concisely presented in the first part of this book along with good examples. Chapter four alone, on changes specific to Java 5, along with pertinent examples, is worth the price of admittance. The second part of the book is mainly just a listing of the javadoc, with some good notes and crossreferencing that make the information worthwhile. A good companion to this book is the latest edition of "Java Examples in a Nutshell" which contains many good illustrations of the Java programming language in action.
(Review Data Last Updated: 2006-08-22 08:56:34 EST)
08-25-05 5 2\4
(Hide Review...)  This is the NEW Java!
Reviewer Permalink
Java 1.5 (or 5.0, depending on whether you listen to the technical tpes or the marketing people), redefines Java - the biggest change since 1.2 (or was that 2.0?) and this book covers it all.

The author decided to make this a book that you could actually carry around with you, so he dropped most of the deprecated options, plus some of the lesser used packages (java.beans, .security.acl).

This book is important because Java, with version 5, has signiificant additions (generic types, a for/in statement, varargs, to list some of the lesser stuff). As in the previous editions, the author does a great job of providing a readable text that can benefit every level of experience. Not only does he cover every important feature, but he follows the text up with a comprehensive API Quick Reference. Either half would be worth the price of admission. Whether you're a Java pro or just interested in playing with the language, this book is an absolute must. And unless you work at home, I'd buy two.
(Review Data Last Updated: 2006-07-07 12:21:05 EST)
08-10-05 3 9\11
(Hide Review...)  Beware of the problems
Reviewer Permalink
This kind of classic book has its merit, but this version has quite a few problems
We don't want a 'man page' like reference book, the list of member functions with NO samples or descriptions are closed to useless.
For example: I looked at section 5.4 about Calendar,here is the code:
// Display the current time using a short time format for the current locale
DateFormat shortTime = DateFormat.getTimeInstance(DateFormat.SHORT);
DateFormat myformat = new SimpleDateFormat("yyyy.MM.dd");
Date leapday = myformat.parse("2000.02.29");

I don't remember the SHORT and yyyy.MM.dd, so I decided to check the reference. In DateFormat page, the book says "The getdateInstance( ) methods return a DateFormat object suitable for formatting dates in either the default locale or a specified locale. A formatting style may also optionally be specified; the constants FULL, LONG, MEDIUM, SHORT, and DEFAULT specify this style."

Does that make any sense? no, I don't know how to deal with Locale and the difference between those MEDIUM,SHORT stuff.

So I check my SUN javaDoc in a lovely windows chm format, it says so clearly about all the information I am looking for and even with a few examples! It also even put explainations in lists
"SHORT is completely numeric, such as 12.13.52 or 3:30pm
MEDIUM is longer, such as Jan 12, 1952
LONG is longer, such as January 12, 1952 or 3:30:32pm
FULL is pretty completely specified, such as
Tuesday, April 12, 1952 AD or 3:30:42pm PST.
"

Then I check SimpleDateFormat in the book, it DOES NOT say anything about "parse"! The only thing it gives is:
public java.util.Date parse(String text, ParsePosition pos);

Come on, what is pos? I have to look for it in JavaDoc again.
It says "
Parses text from a string to produce a Date.
The method attempts to parse text starting at the index given by pos. If parsing succeeds, then the index of pos is updated to the index after the last character used (parsing does not necessarily use all characters up to the end of the string), and the parsed date is returned. The updated pos can be used to indicate the starting point for the next call to this method. If an error occurs, then the index of pos is not changed, the error index of pos is set to the index of the character where the error occurred, and null is returned.
"

What a shame to O'Reilly. I really hope in the next version they can:
1. Add some description to the most useful member functions in each class.
2. Add a simple example for each Class or add cross reference.
3. Add an idiom code sample for each class
4. Remove 'not that useful' member functions, so many classes have "clone, equals, tostring, hashcode" in it, do you really want to list them??
(Review Data Last Updated: 2006-07-07 12:21:05 EST)
06-30-05 4 6\6
(Hide Review...)  Part I is great, Part II is not
Reviewer Permalink
I've owned every edition since the first and I continue to recommend it. Part I is a great introduction to Java for novices. It is also great for experienced Java programmers to learn the new language features.

My only criticism is that over the years this "in a nutshell" book has expanded to the fill the size of a coconut. Starting with the 4th Edition, I began to recommend that novice Java programmers just read Part I. The author should drop Part II from subsequent editions as printing the Java APIs is a waste of paper and shelf space.
(Review Data Last Updated: 2006-07-07 12:21:05 EST)
06-09-05 5 1\1
(Hide Review...)  Aweomse Intro/Reference
Reviewer Permalink
One has to wonder about an 'In a Nutshell' book that goes over 1000 pages, but that aside, this is one of the best Java books out there, no matter what your goals are.

New to Java? The beginning chapters outline how to use Java easily and in pretty good detail.

Want to become an expert in Java? Well over half the book is a reference to a bunch of the Java APIs, which will give you exposure to a lot of what Java can do.

Need a handy reference and don't feel like looking through the Javadocs? This book was designed with you in mind, giving you a handy reference section of about 700 pages to help you out.

Although I wouldn't recommend this book to someone with NO programming background, for anyone else this book is perfect.
(Review Data Last Updated: 2006-07-07 12:21:05 EST)
06-02-05 4 1\1
(Hide Review...)  A COMPLETE reference guide
Reviewer Permalink
Java in a Nutshell, Fifth Edition
By David Flanagan
Fifth Edition March 2005
Series: In a Nutshell
ISBN: 0-596-00773-6
1264 pages, $44.95 US
http://www.oreilly.com/catalog/javanut5/

This has to be one of the thickest "Quick Reference" books I've ever seen. The 5th Edition to Java in a Nutshell was updated to cover Java 5.0. The cover of this book under Java in a Nutshell reads "A Desktop Quick Reference". I understand how this book is more of a reference guide to Java rather than a run through of what Java is about, but the thickness of this book doesn't agree too well with being quick reference. There is a lot of this book to dig through and almost would benefit from a CD-rom version for the search functions.

If you need a complete reference book to Java including Java 5.0, this book is for you. This book starts with an intro to Java and goes right into the syntax of Java from the ground up and Java programs from the Top Down. Chapter 4 covering Java 5.0 Language features is a nice addition to this 5th edition book. Chapter 5 covers the Java platform and then Chapter 6 goes into the security of Java including security risks. The different Java Development Tools are covered in Chapter 8 which is where a lot of beginners will probably want to glance over.

The second part of this book is entirely a API Quick Reference, and here is where the book grows in thickness. I'm glad they added the first part of this part, "How to use this quick reference". Without this section, navigating between pages 385 through 1076 would be a bit more difficult when it comes to understanding how information is organized.

This massive book contains 2700 lines of cleanly commented code that demonstrates how common tasks can be accomplished. Demonstration code is always an added bonus in a reference book as it'll give you the chance to see how certain things are put together rather than just reading about them individually. It'd be nice if this book was a bit lighter but atleast it covers everything it needs to cover and then some, along with being fairly easy to navigate. This book combined with a few Step-by-step Java books would make a completely Java CD Bookshelf and would make navigation of the information a lot easier.

I'd recommend this book to anyone looking for Java information but this is definitely not the book for beginners to learn Java from.

Mitch Randall
Pensacola Linux User's Group
(Review Data Last Updated: 2006-07-07 12:21:06 EST)
04-11-05 5 7\8
(Hide Review...)  There are some things you can count on in life...
Reviewer Permalink
... and a solid "Java in a Nutshell" is one of them. What can I say? I started with v1.1 and have bought every version up to v5.0.
I can relate to the main complaint of the other reviews: the book's size. I agree that the second half of the book parrots the JavaDoc, but it is somewhat different and helpful, especially if you've grown used to looking through it to find stuff.
I don't know what the answer is. Hey, I have an idea: blame Sun, not David. At the risk of getting flamed and/or flack, I have oftentimes thought that the Java language is just growing out of control. Some might argue that we need all of this stuff. Perhaps that is true, but is it really worth the hit that each and every developer takes every time they try to find something is this vast ocean of APIs?
Ahh, remember the good old days of K&R "C"?
(Review Data Last Updated: 2006-04-16 11:12:28 EST)
04-08-05 4 6\8
(Hide Review...)  good sign of Java's vitality
Reviewer Permalink
Recently, Sun gave us a significant upgrade to Java - the release of Java 5. A slew of the inevitable bug fixes. But also key new features, as explained here by Flanagan in the 5th edition of his long running reference.

Some new abilities lead to notational simplification, like autoboxing. So if k is an Integer, you can now say "k=5" instead of the clumsier "k=new Integer(5)". With a similar inverse process if q is an int, of being able to write "q=k" rather than "q=k.intValue()". Though of course the older forms are still valid, for backward compatibility.

Hey, varargs are now allowed! Much to the pleasure of some of you who came from C programming and used this nice feature. Ever since Java came out, there has been a continual, albeit quiet, push for varargs. Finally!

By now, experienced Java programmers may be familiar with earlier versions of the book. There may be mild astonishment at the sheer heft of this edition. Thanks to its popularity, Java has bulked up in the number and scope of its classes. The book is a reassuring sign of Java's vitality.
(Review Data Last Updated: 2006-03-23 11:46:22 EST)
  
                  Reader Reviews 1 - 28 of 28                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)