| View Larger Image | Java In A Nutshell, 5th Edition | Paperbackby David Flanagan (Author), Flanagan David (Author)
| List Price: | $44.95 | | Price: | $29.67 | | You Save: | $15.28 (34%) | | | Available: | Usually ships in 24 hours |
| | Binding: | Paperback | | Publisher: | O'Reilly Media | | Edition: | 5th Edition | | Page Count: | 1,254 Pages | | Publication Date: | March 15, 2005 | | Sales Rank: | 39,198th |
|
FEATURES | - ISBN13: 9780596007737
- Condition: USED - VERY GOOD
- Notes:
- Click here to view our Condition Guide and Shipping Prices
|
EDITORIAL REVIEWS | Product Description 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. |
CUSTOMER REVIEWS (Average Customer Rating: 4.0 based on 32 reviews)
| Perfect for C++ programmers transitioning to Java by Jas Bro (London) 5 Stars June 21, 2009 I needed to come up to speed with Java after a few years of C++, and this book was just the ticket!
Not only the author is very knowledgeable, but also his prose is clear, pedagogical and concise. None of the idiotic humour that sadly accompany many programming books, and yet it never reads dusty or boring.
Difficult to condense Java in a nutshell, but this is a superlative attempt.
The second half of the book is a Java library reference, but it does give you more than just the Javadocs. At any rate, the book is worth the money for the first half alone. Well done!
For other programmers transitioning from C++, as a second read I highly recommend Bloch's "Effective Java (second edition)", and if you have some time to spare and you do multithreading, you will also need Goetz's "Java Concurrency in Practice". Enjoy!
| | in a nutshell - meh by kcat (ny, ny) 2 Stars February 27, 2008 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.
| | this Nutshell has become a Bomb Shelter by Grover (The Newer, New Mexico) 3 Stars February 23, 2008 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.
| | Excellent reference, but could lose the last 2/3 of the book by John W. Robertson 5 Stars January 14, 2008 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.
| | Good reference book , but a little heavy by Diana Francesco 4 Stars January 02, 2008 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.
| |
SIMILAR PRODUCTS |

| Java Examples in a Nutshell, 3rd Edition by David Flanagan (Author)
The author of the best-selling Java in a Nutshell has created an entire book of real-world Java programming examples that you can learn from. If you learn best "by example," this is the book for you. This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters...
| 
| Java Cookbook, Second Edition by Ian F Darwin (Author), Darwin Ian (Author)
You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it. With the completely revised and thoroughly updated Java Cookbook, 2nd Edition, Java developers like you will learn by example, try out new features, and use sample code to understand how new additions to the language and platform work--and how to...
| 
| Learning Java by Patrick Niemeyer (Author), Jonathan Knudsen (Author), Niemeyer Patrick (Author), Knudsen Jonathan (Author)
Version 5.0 of the Java 2 Standard Edition SDK is the most important upgrade since Java first appeared a decade ago. With Java 5.0, you'll not only find substantial changes in the platform, but to the language itself-something that developers of Java took five years to complete. The main goal of Java 5.0 is to make it easier for you to develop safe, powerful code, but none of these improvements makes Java any easier to learn, even if you've programmed with Java for years. And that means our...
| 
| Java Enterprise in a Nutshell (In a Nutshell (O'Reilly)) by Jim Farley (Author), William Crawford (Author), Prakash Malani (Contributor), Justin Gehtland (Contributor), John G Norman (Contributor)
Nothing is as constant as change, and this is as true in enterprise computing as anywhere else. With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications. To do this, Java developers today need a clear understanding of how to apply the new APIs, use the latest open source Java tools, and learn the capabilities and pitfalls in Java 2 Enterprise Edition 1.4 -- so they can plan a...
| 
| Java Pocket Guide (Pocket Guides) by Robert Liguori (Author), Patricia Liguori (Author), Liguori Robert (Author), Liguori Patricia (Author)
How many times have you reached an impasse while writing code because you couldn't remember how something in Java worked? This new pocket guide is designed to keep you moving. Concise, convenient and easy to use, the Java Pocket Guide gives you Java stripped down to its bare essentials -- in fact, it's the only book on Java that you can actually fit in your pocket. Written by Robert and Patricia Liguori, senior software and lead information engineers for Java-based air traffic...
|
|
|