- 5 Ergebnisse
Kleinster Preis: € 3,44, größter Preis: € 28,72, Mittelwert: € 8,98
1
Bestellen
bei Biblio.co.uk
$ 4,97
(ca. € 4,63)
Versand: € 17,061
Bestellengesponserter Link
Flanagan, David:

Java in a Nutshell: A Desktop Quick Reference - Taschenbuch

1999, ISBN: 9781565924871

Sebastopool: O'Reilly, 1999. Third Edition edition. Paperback. Very Good/Wraps. 23 Cm. ... Softcover, very good condition, w. lightly rubbed wraps--sme lt scratches. Sme lt tanning… Mehr…

Versandkosten: EUR 17.06 George Cross Books
2
Bestellen
bei ZVAB.com
€ 3,44
Versand: € 0,001
Bestellengesponserter Link

David Flanagan:

Java in a Nutshell. 3rd Edition. A Desktop Quick Reference. Covers Java 1.2, 1.3 (In a Nutshell (O'Reilly)) - Taschenbuch

1999, ISBN: 1565924878

[EAN: 9781565924871], [SC: 0.0], [PU: O'Reilly & Associates], Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Des… Mehr…

Versandkosten:Versandkostenfrei. (EUR 0.00) medimops, Berlin, Germany [55410863] [Rating: 5 (von 5)]
3
Java in a Nutshell. 3rd Edition. A Desktop Quick Reference. Covers Java 1.2, 1.3 (In a Nutshell (O'Reilly)) - David Flanagan
Bestellen
bei AbeBooks.de
€ 3,44
Versand: € 0,001
Bestellengesponserter Link
David Flanagan:
Java in a Nutshell. 3rd Edition. A Desktop Quick Reference. Covers Java 1.2, 1.3 (In a Nutshell (O'Reilly)) - Taschenbuch

1999

ISBN: 1565924878

[EAN: 9781565924871], [PU: O'Reilly & Associates], Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Describes the … Mehr…

Versandkosten:Versandkostenfrei. (EUR 0.00) medimops, Berlin, Germany [55410863] [Rating: 5 (von 5)]
4
Bestellen
bei Biblio.co.uk
$ 5,00
(ca. € 4,66)
Versand: € 6,521
Bestellengesponserter Link
Flanagan:
Java in a Nutshell, 3rd edition (en anglais) - Taschenbuch

1999, ISBN: 9781565924871

O'Reilly, 1999. Paperback. Very Good. Former library book. Edition 1999. Ammareal gives back up to 15% of this item's net price to charity organizations., O'Reilly, 1999, 3

Versandkosten: EUR 6.52 AMMAREAL
5
Java in a Nutshell - Flanagan, David
Bestellen
bei AbeBooks.de
€ 28,72
Versand: € 19,551
Bestellengesponserter Link
Flanagan, David:
Java in a Nutshell - Taschenbuch

1999, ISBN: 1565924878

[EAN: 9781565924871], Neubuch, [PU: O'Reilly & Associates], New! This book is in the same immaculate condition as when it was published, Books

NEW BOOK. Versandkosten: EUR 19.55 Book Deals, Tucson, AZ, U.S.A. [85272957] [Rating: 5 (von 5)]

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition)

This bestselling quick reference 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.beansjava.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.
, 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, and 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 cataloging 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/O streams from the object you instantiated, and how to alter the behavior 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 initializing objects; destroying and finalizing objects; input/output; cryptography; networking; security; threads; JavaBeans; JavaDoc; 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.

Detailangaben zum Buch - Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition)


EAN (ISBN-13): 9781565924871
ISBN (ISBN-10): 1565924878
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 1999
Herausgeber: O'Reilly & Associates

Buch in der Datenbank seit 2007-06-10T10:33:34+02:00 (Berlin)
Detailseite zuletzt geändert am 2024-04-20T23:02:41+02:00 (Berlin)
ISBN/EAN: 9781565924871

ISBN - alternative Schreibweisen:
1-56592-487-8, 978-1-56592-487-1
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: david flanagan
Titel des Buches: java nutshell, edition, quick reference, third, desktop


Daten vom Verlag:

Autor/in: David Flanagan
Titel: Java in a Nutshell
Verlag: O'Reilly and Associates
Erscheinungsjahr: 1999-12-04
24,50 € (DE)
Not available (reason unspecified)

00; KART


Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
2900596007736 Java in a Nutshell (David Flanagan)


< zum Archiv...