See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

58 used & new from £0.01

Have one to sell? Sell yours here
 
   
Java in a Nutshell Third Edition
 
See larger image
 

Java in a Nutshell Third Edition (Paperback)

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

Available from these sellers.


4 new from £2.99 53 used from £0.01 1 collectible from £0.01
Other Editions: RRP: Our Price: Other Offers:
Hardcover (3rd) 3 used & new from £2.40
Paperback (Special Edition) 8 used & new from £1.52

Customers Who Bought This Item Also Bought

Objects First with Java: A Practical Introduction Using BlueJ

Objects First with Java: A Practical Introduction Using BlueJ

by David J. Barnes
4.3 out of 5 stars (19)  £37.35
Beginning Programming with Java for Dummies

Beginning Programming with Java for Dummies

by Barry Burd
4.2 out of 5 stars (10)  £7.99
Computer Networks (International Edition)

Computer Networks (International Edition)

by Andrew S. Tanenbaum
4.1 out of 5 stars (50)  £42.49
Explore similar items

Product details

  • Paperback: 666 pages
  • Publisher: O'Reilly Media, Inc, USA; 3rd Revised edition edition (17 Dec 1999)
  • Language English
  • ISBN-10: 1565924878
  • ISBN-13: 978-1565924871
  • Product Dimensions: 22.6 x 15.2 x 3.3 cm
  • Average Customer Review: 4.2 out of 5 stars See all reviews (29 customer reviews)
  • Amazon.co.uk Sales Rank: 349,440 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Textbooks - All Editions
   GetTextbooks.co.uk    Quickly compare textbook prices Find cheap textbooks in 80+ stores! 
  
 

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.

Product Description
This bestselling book is an essential quick reference for all Java programmers. It contains an accelerated introduction to the Java language and its key APIs, so seasoned programmers can start writing Java code right away. The third edition of Java in a Nutshell covers Java 1.2 and Java 1.3 beta and includes: A description of the syntax of the Java language, written in a tight, concise style, that can serve as both a fast-paced tutorial and a language reference. An explanation of the object-oriented features of Java that does not assume any prior object-oriented programming experience. An overview of the essential Java APIs that shows how to perform common tasks, such as string manipulation, input/output, and thread handling, with the classes and interfaces that comprise the Java 2 platform. Documentation for the Java development tools shipped with Sun's Java SDK. This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the essential Java packages, including java.lang, java.io, java.beans java.math, java.net, java.security, java.text, java.util, and javax.crypto. This reference material covers all of the new classes in Java 1.2 and 1.3. Once you've learned Java, you'll keep this book next to your keyboard for handy reference while you program. This book is part of the two-volume set of quick references that every Java programmer needs. It is an essential companion to Java Foundation Classes in a Nutshell, which covers the graphics and graphical user interface APIs in the Java 2 platform, including Swing, AWT, and Java 2D. A third volume, Java Enterprise in a Nutshell, focuses on the Java Enterprise APIs and is of interest to programmers working on server-side or enterprise Java applications.

See all Product Description


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

29 Reviews
5 star:
 (15)
4 star:
 (10)
3 star:    (0)
2 star:
 (3)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (29 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
5 of 6 people found the following review helpful:
4.0 out of 5 stars Excellent reference, 7 Jun 2001
As many of the other reviewers have suggested, this is an excellent reference, but perhaps not the best book available to 'learn' Java.

The book really does live up to it's title - everything really is "in a nutshell" - which is both good and bad. The class reference is something I find myself referring to time after time and the information is condensed with no waffle at all.

However, there's no question and answers sections, no summary sections - so it's a useless tutorial really - but that's not what the nutshell books are about.

If you're a C++ programmer, then you'll appreciate the comparisons made between Java and C++ throughout - I found this very useful.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 6 people found the following review helpful:
5.0 out of 5 stars Good step from C++, 30 May 2001
By A Customer
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. I found the book very good as it does not assume you know nothing about programming but also that you are not a professional programmer (like most other books seem too). The reference section is also useful once you have read the earlier sections. I am currently on Amazon because I am now going to buy the Java Foundation Classes in a Nutshell book. :o)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Perfect for getting to grips with Java, 21 Feb 2001
By A Customer
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars 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

4.0 out of 5 stars 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 13 Feb 2001

5.0 out of 5 stars Clear, Concise and to the Point
Perfect book for any experienced programmer in another language - it teaches you the *Java* programming language, not how to *program* in the Java language. Read more
Published on 26 Jan 2001 by James Grant

5.0 out of 5 stars 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

5.0 out of 5 stars 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

5.0 out of 5 stars 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 18 Sep 2000 by Simon Beaumont

5.0 out of 5 stars 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 Jul 2000 by Martin Sladdin

5.0 out of 5 stars Excellent reference guide
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... Read more
Published on 13 Mar 2000

5.0 out of 5 stars 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

5.0 out of 5 stars 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 kgolding233

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Listmania!


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

More From David Flanagan

JavaScript: The Definitive...

JavaScript: The Definitive Guide

Since the earliest days of Internet scripting, Web developers have... Read more
£38.50 £25.03

 

Train Hard...Play Hard

Nike, Gola, Converse, and more
Gear up with up to 60% off athletic and outdoor shoes.

Shop now

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates