Möchten Sie verkaufen? Hier verkaufen
Java in a Nutshell. (6299 946). A Desktop Quick Reference (The Java Series)
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Java in a Nutshell. (6299 946). A Desktop Quick Reference (The Java Series) [Englisch] [Taschenbuch]

David Flanagan
4.1 von 5 Sternen  Alle Rezensionen anzeigen (75 Kundenrezensionen)

Erhältlich bei diesen Anbietern.


Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Gebundene Ausgabe --  
Taschenbuch --  
Dieses Buch gibt es in einer neuen Auflage:
Java in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) Java in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
EUR 27,95
Auf Lager.

Produktinformation


Mehr über den Autor

David Flanagan
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von David Flanagan auf Amazon

Produktbeschreibungen

Amazon.co.uk

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. -- Dieser Text bezieht sich auf eine vergriffene oder nicht verfügbare Ausgabe dieses Titels.

Amazon.com

The release of Java 1.1 brings many new features to the Java language. Java in a Nutshell, 2nd Edition, a worthy successor to the author's bestselling first edition of the book, offers an excellent way to keep up with most of them.

You'll find that the second edition carries over many strong points from the original, including a quick-start introduction to Java for C or C++ programmers and the handy quick-reference format. It also details the many new features of Java 1.1, including extensions to the object model and the new release of the Abstract Windowing Toolkit (AWT), Inner Classes, Java Beans, and Java ARchive (JAR) files. The book does not attempt to cover "enterprise" application programming interfaces (API), such as Java's new commerce-related security features, Java Database Connectivity (JDBC) and Remote Method Invocation (RMI). The author plans to document these features in a separate volume.

The second half of Java in a Nutshell, 2nd Edition, is a quick reference to all the packages that comprise the Java API. In the course of over 300 pages, the author introduces each package with a summary and a graphical hierarchy diagram. He then documents each package's component classes and interfaces in detail. For cases where you know the name of a class, but not its package, an index of classes, methods, and fields provide a useful cross-reference to the packages that contain them. This edition removes some of the example code of the previous edition, but provides many samples that cover new language features.


Welche anderen Artikel kaufen Kunden, nachdem sie diesen Artikel angesehen haben?


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Die hilfreichsten Kundenrezensionen
Format:Taschenbuch
It is true that Sun's API documentation is more complete and finely detailed, but this book strikes a surprisingly good balance between detail and ease of use. I rarely have to resort to another source of information when using this book.

It is also true that this book is a reference and should not be the only resource for someone trying to learn Java, but I disagree with the opinion of another reviewer that this book is useless for beginners. On the contrary, I think it is perfect for beginners, but only as a complement to a good course or beginner's guide.

Once you learn to use this book, you'll wonder how you ever got along without it.

War diese Rezension für Sie hilfreich?
Format:Taschenbuch
Imagine going to the awesome javasoft website and compressing it into 500-odd pages. This is Java in a Nutshell.

As a programmer who needs classes and methods at my fingertips, I don't want to be forever logged into the Sun site to get hold of code. For me using VJava, DB2, Lotus Notes etc, to keep Netscape open permanently slows me down. I want to see code in concise paper form for perusing and for adding post-it notes to useful pages.

This book is a good physical size, about the size of a good novel, and thus is refreshingly concise. You genuinely can put it on your desk without it becoming a 'conversation piece'. It doesn't come with code cheats. For that I use and recommend 'The Complete Reference' which is the size of a squashed brick.

Four stars because IMHO, this reference could do without a 'What is Java' introduction (even though it's a small part of the book) - it's better done in any textbook.

War diese Rezension für Sie hilfreich?
A fine reference 5. Juli 2000
Von Ein Kunde
Format:Taschenbuch
This book is good for what it was intented: a reference.

It rapidly speeds through the essentials of the language, providing simple examples to demonstrate concepts. The remainder of the book provides a reference to the core Java classes.

I was initially sceptical of the number of pages dedicated to reprinting what was already available online. However, this section has proven invaluable as I have found it significantly faster and easier to use than the online equivalents. Once the appropriate class has been found the online documentation can be used to find any further details required.

The book is not overburdened with large examples or long winded explanations. This means finding things quickly, and also makes it easy to carry around (you never know when you might need it :-)

War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
gutes Nachschlagewerk
Die Computer - Bücher der "In A Nutshell" - Serie aus dem O' Reilly - Verlag sind in erster Linie als Referenz gedacht, die man bei der täglichen Arbeit mit der... Lesen Sie weiter...
Am 26. Juni 2000 veröffentlicht
If you are new to Java, don't start here.
I bought this book trying to learn about applets. At the time I didn't know anything about Java. And judging by the title, I figured it would teach me what I needed to know. Lesen Sie weiter...
Veröffentlicht am 19. Mai 2000 von Poul Hornsleth
Comprehensive?
It's not a how-to. And it's not comprehensive (the lack of AWT has been noted in other user reviews. Lesen Sie weiter...
Veröffentlicht am 9. Mai 2000 von John Tompkins
Excellent but no AWT
There have been three editions of this book, all of them excellent reference books but too condensed to be great tutorials. Lesen Sie weiter...
Veröffentlicht am 4. Mai 2000 von David Matuszek
Buy Arnold and Gosling instead
I found this book to a poor introductory text, and a worse reference. This was surprising to me as usually nutshell books are quite good. Lesen Sie weiter...
Am 11. April 2000 veröffentlicht
For Java Developers
This book is an excellent reference for Java developers, not a "how do I program in Java" book as some other reviewers apparently expected and whined about. Lesen Sie weiter...
Am 6. April 2000 veröffentlicht
Excellent Java resource!
The Java in a Nutshell series is quite an excellent recource for anyone learning or writing Java code. Lesen Sie weiter...
Veröffentlicht am 3. April 2000 von Andy Engle
Thank Java for giving us a reason to read such a great book.
I experienced this book at two different levels. As a beginner this guide took me through the syntax and concepts while I was studying the language. Lesen Sie weiter...
Veröffentlicht am 28. März 2000 von John van Rij
The best Java book I have
I have the second edition, which covers Java 1.1. I am very satisfied, because it's not just a reference, but a very good book for getting familiar with Java and OOP. Lesen Sie weiter...
Veröffentlicht am 15. März 2000 von Visitor_of_Universe
The only book Java programmers need
I've had my share of Java books including books from SUN and the Unleash Searies, but in the end this is the book that I keep referring to when programming in Java. Lesen Sie weiter...
Veröffentlicht am 19. Februar 2000 von xxxJohnnyBlaze
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar