Have one to sell? Sell yours here
Java in a Nutshell: A Desktop Quick Reference (A nutshell handbook)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java in a Nutshell: A Desktop Quick Reference (A nutshell handbook) [Hardcover]

David Flanagan
4.2 out of 5 stars  See all reviews (29 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.


Product details

  • Hardcover: 648 pages
  • Publisher: Oreilly & Associates Inc; 3rd edition (2000)
  • ISBN-10: 0596001118
  • ISBN-13: 978-0596001117
  • Product Dimensions: 23.2 x 16.7 x 2.8 cm
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (29 customer reviews)
  • Amazon Bestsellers Rank: 3,657,504 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

David Flanagan
Discover books, learn about writers, and more.

Visit Amazon's David Flanagan Page

Product Description

Amazon.co.uk Review

The 3rd edition of the well-known reference Java In a Nutshell covers the essential APIs of Java 1.2, including networking, security, input and output, and basic language and utility classes. Due to the size of the Java 1.2 API, graphics and graphical user interface classes are now examined in a volume called Java Foundation Classes in a Nutshell and server-side and enterprise programming are detailed in Java Enterprise in a Nutshell.

Though primarily a reference, the book starts off with a thorough, fast-paced introduction to Java, exploring all the key topics including syntax, Object-Oriented programming, security, beans and tools. These discussions are brief and very information-dense but if you are buying this book to learn the language, you will probably be overwhelmed by the speed of this initiation.

This book intends to document quite a bit of Java and it easily succeeds with broad coverage of Java programming in Part I and API cataloguing broken down by package in Part II. For example, discussions in Part I explain types, reflection, and dynamic loading. The handling of these topics takes a little over a page but the book gives a useful overview with code examples that clearly illustrate the points made. It is one of the clearest and most concise treatments of these three topics available.

The chapters in Part II include an introduction, diagrams, and sections for each class in the package. The sections for each class can be very informative, as in the discussion of the Socket class in the java.net chapter, which includes how to instantiate a Socket object, getting I/Ostreams from the object you instantiated, and how to alter the behaviour of sockets. This discussion, like most in this book, is brief, clear and to the point.

If you are looking for a Java reference, this is a solid volume that will provide lasting value. --John Keogh

Topics covered: Part I, Introducing Java, provides broad coverage of Java programming topics, including: data types, syntax, classes and objects, Java file structure, inner classes, interfaces, packages, creating and initialising objects, destroying and finalising objects, input/output, cryptography, networking, security, threads, Java Beans, Java Doc and tools that come with Java 1.2 SDK.

Part II, the Java API Quick Reference, includes chapters on the following Java packages: java.beans, java.beans.beancontext, java.io, java.lang, java.lang.ref, java.lang.reflect, java.math, java.net, java.security, java.security.acl, java.security.cert, java.security.interfaces, java.security.spec, java.text, java.util, java.util.jar, java.util.zip, javax.crypto, javax.crypto.interfaces, javax.crypto.spec and a final chapter which provides an index for classes, methods and fields. --This text refers to an out of print or unavailable edition of this title.

Product Description

The bestselling Java in a Nutshell has been updated to cover Java 1.1. If you're a Java programmer who is migrating to 1.1, this second edition contains everything you need to get up to speed on the new features of Java 1.1. Or if you are just now jumping on the Java bandwagon, Java in a Nutshell still has all of the features that have made it the Java book most often recommended on the Internet. An advanced introduction to Java for C and C++ programmers teaches you everything you need to know about the language, while the complete quick-reference contains descriptions of all of the classes in the Java 1.1 API, with the exception of the Enterprise APIs.
Java in a Nutshell also fully describes the syntax of the Java language, making it the only quick reference that a Java programmer needs.

The second edition of Java in a Nutshell covers Version 1.1 of the Java Development Kit (JDK). It includes all of the material from the first edition, as well as the following updated information for Java 1.1:

  • A detailed overview of all of the features in Java 1.1, both on a package-by-package basis and in terms of overall functionality.
  • A comprehensive tutorial on "inner classes" that explains how to use all of the new types of inner classes: static member classes, member classes, local classes, and anonymous classes.
  • Practical, real-world example programs that demonstrate the features in Java 1.1, including object serialization, the new AWT event handling model, internationalization, and a sample Java Bean.
  • A complete quick reference for all of the classes, methods, and variables in the core Java 1.1 API. The quick-reference pages include indicators that make it easy to find the 1.1 material. In addition, cross-reference material is now provided directly on each reference page.

With the 1.1 release, Java has grown too large to fit in a single book, even in quick-reference form. Thus, we see the need to split Java in a Nutshell into multiple volumes. This volume, the "original" Java in a Nutshell, documents the most commonly used features of Java and is an indispensable reference for all Java programmers. We may publish a separate volume that will cover the Java "Enterprise APIs", which include the database connectivity, remote method invocation, and security features, as well as other forthcoming components, such as CORBA IDL support and the electronic commerce framework. And as other new Java APIs are developed and released, we may consider adding new volumes to the Java in a Nutshell series.

--This text refers to an out of print or unavailable edition of this title.

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(2)
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
1 of 1 people found the following review helpful
By A Customer
Format:Paperback
In many ways it all depends if you like the O Reilly "style", but if you do, and you've had some experience of programming then this is the ideal book to get you started with Java. It's clearly written, no waffle and very detailed.

Complete programming novices might be better off with a book with a more introductory style - I'd suggest Bruce Eckels Thinking in Java. If this is you then Java in a Nutshell will be an ideal second book.

Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Format:Paperback
Perfect book for any experienced programmer in another language - it teaches you the *Java* programming language, not how to *program* in the Java language.

This book will also get constantly revisited as you develop - its small enough to carry around with you, and is well structured for use as a reference.

Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
By A Customer
Format:Paperback
Java in a Nutshell is an excellent Java reference guide for both beginners and experts alike. Unlike most Java references, flicking to any page gives easy to understand details of classes or methods that the reader will be instantly able to understand. Whether you are a new programmer struggling to get to grips with such a large language, or an expert looking for that little bug in your methods, this book is a must own.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Excellent reference
As many of the other reviewers have suggested, this is an excellent reference, but perhaps not the best book available to 'learn' Java. Read more
Published on 7 Jun 2001 by The Scribe
Good step from C++
I am studying for a degree in computer science and found this book very useful. In my course we had done a lot of C++ (about two years worth) and breezed over Java. Read more
Published on 29 May 2001
Great Book, but not Really for Beginners...
I've always hated books and this is the first Book I ever decided to read. The Book is Great and I, with only 3 Months Self-Experience in Visual Basic, found it very easy to... Read more
Published on 24 Feb 2001
Good book for 4gl programmar
This book helped me a lot in understanding JAVA without going into lot of details which is important for a starter like me who has done programming with informix 4gl and esql C. Read more
Published on 12 Feb 2001
A must for a good intro to JAVA and as a decent reference
This book would be useful for complete novices to learn but is also excellent for anyone cross training from another language. Read more
Published on 30 Sep 2000
Essential Kit
A must have for any Java Programmer, never leave this book at home...unless you work from home.

Brilliant examples and concise explanations. This guy knows his onions. Read more

Published on 19 Sep 2000 by tomi_adebayo@yahoo.com
The definitive reference for Java
If you are like me a programmer that needs his documentation dense and fast to access - and don't we all? Then this is it... Read more
Published on 17 Sep 2000 by Simon Beaumont
Essential reading for neophytes and experienced programmers
The text is clear and concise with a good layout. The early chapters are probably not for those with no programming experience unless they have access to other tutorial material. Read more
Published on 9 July 2000 by Martin Sladdin
third time perfect
This new edition addresses the one failing of the previous two. The introductory chapters explaining Java have been rewritten; it is no longer necessary to know C. Read more
Published on 19 Jan 2000
Good for beginners in Java
Amazingly, even as a complete java/C beginner, I found this book an excellent introduction and now a reference to java. Read more
Published on 15 Jan 2000 by Kevin Golding
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject






i.e., each product must be in subject 1 AND subject 2 AND ...

Feedback