- 5 Ergebnisse
Kleinster Preis: € 0,94, größter Preis: € 6,98, Mittelwert: € 2,89
1
Java Pocket Guide - Liguori, Robert, Liguori, Patricia
Bestellen
bei amazon.de
€ 6,98
Versand: € 3,001
Bestellengesponserter Link
Liguori, Robert, Liguori, Patricia:

Java Pocket Guide - Erstausgabe

2008, ISBN: 9780596514198

Taschenbuch

O'Reilly & Associates, Taschenbuch, Auflage: 1, 191 Seiten, Publiziert: 2008-03-05T00:00:01Z, Produktgruppe: Buch, 0.18 kg, Java, Programmiersprachen, Programmierung & Webdesign, Computer… Mehr…

Versandkosten:Auf Lager. Die angegebenen Versandkosten können von den tatsächlichen Kosten abweichen. (EUR 3.00) The Cotswold Library
2
Bestellen
bei Biblio.co.uk
$ 1,00
(ca. € 0,95)
Versand: € 2,851
Bestellengesponserter Link

Patricia Liguori, Robert Liguori:

Java Pocket Guide - Taschenbuch

ISBN: 9780596514198

O'Reilly Media. Paperback. GOOD. Spine creases, wear to binding and pages from reading. May contain limited notes, underlining or highlighting that does affect the text. Possible ex lib… Mehr…

Versandkosten: EUR 2.85 Discover Books
3
Bestellen
bei AbeBooks.com
$ 1,00
(ca. € 0,95)
Versand: € 3,991
Bestellengesponserter Link
Liguori, Robert, Liguori, Patricia:
Java Pocket Guide (Pocket Guides) - Taschenbuch

2008

ISBN: 0596514190

[EAN: 9780596514198], Used, good, [PU: O'Reilly Media], . . All orders guaranteed and ship within 24 hours. Before placing your order for please contact us for confirmation on the book's … Mehr…

NOT NEW BOOK. Versandkosten: EUR 3.99 More Than Words, Waltham, MA, U.S.A. [6846184] [Rating: 5 (of 5)]
4
Bestellen
bei Biblio.co.uk
$ 1,00
(ca. € 0,94)
Versand: € 8,491
Bestellengesponserter Link
Liguori, Robert, Liguori, Patricia:
Java Pocket Guide (Pocket Guides) - gebrauchtes Buch

ISBN: 9780596514198

O'Reilly Media. Used - Good. . . All orders guaranteed and ship within 24 hours. Your purchase supports More Than Words, a nonprofit job training program for youth, empowering youth… Mehr…

Versandkosten: EUR 8.49 More Than Words Inc.
5
Bestellen
bei Biblio.co.uk
$ 5,00
(ca. € 4,63)
Versand: € 6,481
Bestellengesponserter Link
Robert Liguori et Patricia Liguori:
Java Pocket Guide - Taschenbuch

2008, ISBN: 9780596514198

O'Reilly Media, Inc, USA, 2008. Paperback. Good. Slight signs of wear on the cover. Soiling on the side. Edition 2008. Ammareal gives back up to 15% of this book's net price to charity … Mehr…

Versandkosten: EUR 6.48 AMMAREAL

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 Pocket Guide

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 management and simulation environments, Java Pocket Guide contains everything you really need to know about Java, particularly everything you need to remember. The book pays special attention to the new areas in Java 5 and 6, such as generics and annotations. Why do you need the Java Pocket Guide? * It's the only CliffsNotes-style guide to Java available * Lets you find important things quickly without consulting 1000-page tutorials * Includes many command-line options * Organized for quick and easy use on the job If you're looking to learn some aspect of Java, this is not your book. Java Pocket Guide is for the experienced Java programmers among you who need quick reminders to jog your memory on how something in the language works. Simply put, this pocket guide offers practical help for practicing developers.

Detailangaben zum Buch - Java Pocket Guide


EAN (ISBN-13): 9780596514198
ISBN (ISBN-10): 0596514190
Taschenbuch
Erscheinungsjahr: 2008
Herausgeber: O'Reilly & Associates
192 Seiten
Gewicht: 0,175 kg
Sprache: eng/Englisch

Buch in der Datenbank seit 2007-12-09T09:29:05+01:00 (Berlin)
Detailseite zuletzt geändert am 2023-10-15T13:55:33+02:00 (Berlin)
ISBN/EAN: 0596514190

ISBN - alternative Schreibweisen:
0-596-51419-0, 978-0-596-51419-8
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: liguori, patricia, robert
Titel des Buches: pocket guide, java, liguori, robert


Daten vom Verlag:

Autor/in: Robert Liguori; Patricia Liguori
Titel: Java Pocket Guide
Verlag: O'Reilly and Associates
191 Seiten
Erscheinungsjahr: 2008-03-05
Sprache: Englisch
12,00 € (DE)
12,40 € (AT)
Not available (reason unspecified)

BA; Hardcover, Softcover / Informatik, EDV/Programmiersprachen; Programmier- und Skriptsprachen, allgemein; software, software development, programming, object oriented, java

Inhaltsverzeichnis Preface Part I. Language Naming Conventions Class Names Interface Names Method Names Instance and Static Variable Names Parameter and Local Variables Names Generic Type Parameter Names Constant Names Enumeration Names Package Names Acronyms Chapter 2:. Lexical Elements Unicode and ASCII Comments Keywords Identifiers Separators Operators Literals Escape Sequences Unicode Currency Symbols Fundamental Types Primitive Types Literals for Primitive Types Floating-Point Entities Numeric Promotion of Primitive Types Wrapper Classes Autoboxing and Unboxing Chapter 4:. Reference Types Comparing Reference Types to Primitive Types Default Values Conversion of Reference Types Converting Between Primitives and Reference Types Passing Reference Types into Methods Comparing Reference Types Copying Reference Types Memory Allocation and Garbage Collection of Reference Types Chapter 5:. Object-Oriented Programming Classes and Objects Variable Length Argument Lists Abstract Classes and Abstract Methods Static Data Members, Static Methods, and Static Constants Interfaces Enumerations Annotations Types Chapter 6:. Statements and Blocks Expression Statements Empty Statement Blocks Conditional Statements Iteration Statements Transfer of Control Synchronized Statement Assert Statement Exception Handling Statements Chapter 7:. Exception Handling The Exception Hierarchy Checked/Unchecked Exceptions and Errors Common Checked/Unchecked Exceptions and Errors Exception Handling Keywords The Exception Handling Process Defining Your Own Exception Class Printing Information About Exceptions Java Modifiers Access Modifiers Other (Non-Access) Modifiers Part II. Platform Java Platform, SE Common Java SE API Libraries Development Basics Java Runtime Environment Java Development Kit Java Program Structure Command-Line Tools Classpath Basic Input and Output Standard Streams in, out, and err Class Hierarchy for Basic Input and Output File Reading and Writing Socket Reading and Writing Serialization Zipping and Unzipping Files File and Directory Handling Java Collections Framework The Collection Interface Implementations Collection Framework Methods Collections Class Algorithms Algorithm Efficiencies Comparator Interface Generics Framework Generic Classes and Interfaces Constructors with Generics Substitution Principle Type Parameters, Wildcards, and Bounds The Get and Put Principle Generic Specialization Generic Methods in Raw Types Concurrency Creating Threads Thread States Thread Priorities Common Methods Synchronization Concurrent Utilities Memory Management Garbage Collectors Memory Management Tools Command-Line Options Resizing the JVM Heap Interfacing with the GC The Java Scripting API Scripting Languages Script Engine Implementations Setting Up Scripting Languages and Engines Third-Party Tools Development Tools Libraries IDEs Web Application Platforms Scripting Languages UML Basics Class Diagrams Object Diagrams Graphical Icon Representation Connectors Multiplicity Indicators Role Names Class Relationships Sequence Diagrams Index

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

Neuestes ähnliches Buch:
9780596521707 Java Pocket Guide


< zum Archiv...