|Aangeboden in rubriek:
Hebt u iets om te verkopen?

Java in a Nutshell by David Flanagan - Paperback

Objectstaat:
Goed
In Good condition.
Prijs:
US $9,95
OngeveerEUR 9,17
Verzendkosten:
Gratis Voordelige verzending. Details bekijkenvoor verzending
Bevindt zich in: Seattle, Washington, Verenigde Staten
Levering:
Geschatte levering tussen za, 8 jun en do, 13 jun tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
Betalingen:
     

Winkel met vertrouwen

Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Geregistreerd als particuliere verkoper, dus de consumentenrechten die voortvloeien uit de EU-wetgeving inzake consumentenbescherming zijn niet van toepassing. De geld-terug-garantie van eBay geldt nog steeds voor de meeste aankopen.
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:256511959433

Specificaties

Objectstaat
Goed
Een boek dat is gelezen, maar zich in goede staat bevindt. De kaft is zeer minimaal beschadigd (er zijn bijvoorbeeld slijtplekken), maar er zijn geen deukjes of scheuren. De harde kaft heeft mogelijk geen stofomslag meer. De boekband vertoont minimale slijtage. De meeste bladzijden zijn onbeschadigd. Er zijn weinig vouwen en scheuren en er is vrijwel geen tekst met potlood onderstreept of met een accentueerstift gemarkeerd. Er is niet in de kantlijn geschreven. Er ontbreken geen bladzijden. Bekijk de aanbieding van de verkoper voor de volledige details en een beschrijving van gebreken. Alle staatdefinities bekijkenwordt in nieuw venster of op nieuw tabblad geopend
Opmerkingen van verkoper
“In Good condition.”
Date of Publication
2005-03-22
EAN
9780596007737
ISBN
0596007736
City of Publication
Sebastopol
Country of Publication
United States
Genre
Computer programming / software development
Weight
1429.00 grams
Publication Name
Java in a Nutshell
Item Length
9in
Publisher
O'reilly Media, Incorporated
Series
In a Nutshell (O'reilly) Ser.
Publication Year
2005
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
2.2in
Author
David Flanagan
Item Width
6in
Item Weight
52.3 Oz
Number of Pages
1256 Pages

Over dit product

Product Information

With more than 700,000 copies sold to date, "Java in a Nutshell" from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up.In this latest revision, readers will find "Java in a Nutshell," 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer.To wit, "Java in a Nutshell," 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with.This handy reference gets right to the heart of the program with an accelerated introduction to the Javaprogramming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, " Java in a Nutshell," 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as longas Java has existed, "Java in a Nutshell" has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different.

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596007736
ISBN-13
9780596007737
eBay Product ID (ePID)
26038701392

Product Key Features

Author
David Flanagan
Publication Name
Java in a Nutshell
Format
Trade Paperback
Language
English
Series
In a Nutshell (O'reilly) Ser.
Publication Year
2005
Type
Textbook
Number of Pages
1256 Pages

Dimensions

Item Length
9in
Item Height
2.2in
Item Width
6in
Item Weight
52.3 Oz

Additional Product Features

Lc Classification Number
Qa76.73.J38
Edition Number
5
Table of Content
Dedication;Preface; Changes in the Fifth Edition; Contents of This Book; Related Books; Examples Online; Conventions Used in This Book; Request for Comments; How the Quick Reference Is Generated; Acknowledgments;Part I: Introducing Java; Chapter 1: Introduction; 1.1 What Is Java?; 1.2 Key Benefits of Java; 1.3 An Example Program; Chapter 2: Java Syntax from the Ground Up; 2.1 Java Programs from the Top Down; 2.2 Lexical Structure; 2.3 Primitive Data Types; 2.4 Expressions and Operators; 2.5 Statements; 2.6 Methods; 2.7 Classes and Objects Introduced; 2.8 Arrays; 2.9 Reference Types; 2.10 Packages and the Java Namespace; 2.11 Java File Structure; 2.12 Defining and Running Java Programs; 2.13 Differences Between C and Java; Chapter 3: Object-Oriented Programming in Java; 3.1 Class Definition Syntax; 3.2 Fields and Methods; 3.3 Creating and Initializing Objects; 3.4 Destroying and Finalizing Objects; 3.5 Subclasses and Inheritance; 3.6 Data Hiding and Encapsulation; 3.7 Abstract Classes and Methods; 3.8 Important Methods of java.lang.Object; 3.9 Interfaces; 3.10 Nested Types; 3.11 Modifier Summary; 3.12 C++ Features Not Found in Java; Chapter 4: Java 5.0 Language Features; 4.1 Generic Types; 4.2 Enumerated Types; 4.3 Annotations; Chapter 5: The Java Platform; 5.1 Java Platform Overview; 5.2 Text; 5.3 Numbers and Math; 5.4 Dates and Times; 5.5 Arrays; 5.6 Collections; 5.7 Threads and Concurrency; 5.8 Files and Directories; 5.9 Input/Output with java.io; 5.10 Networking with java.net; 5.11 I/O and Networking with java.nio; 5.12 XML; 5.13 Types, Reflection, and Dynamic Loading; 5.14 Object Persistence; 5.15 Security; 5.16 Cryptography; 5.17 Miscellaneous Platform Features; Chapter 6: Java Security; 6.1 Security Risks; 6.2 Java VM Security and Class File Verification; 6.3 Authentication and Cryptography; 6.4 Access Control; 6.5 Security for Everyone; 6.6 Permission Classes; Chapter 7: Programming and Documentation Conventions; 7.1 Naming and Capitalization Conventions; 7.2 Portability Conventions and Pure Java Rules; 7.3 Java Documentation Comments; 7.4 JavaBeans Conventions; Chapter 8: Java Development Tools;Part II: API Quick Reference; Chapter 9: java.io; Chapter 10: java.lang and Subpackages; Chapter 11: java.math; Chapter 12: java.net; Chapter 13: java.nio and Subpackages; Chapter 14: java.security and Subpackages; Chapter 15: java.text; Chapter 16: java.util and Subpackages; Chapter 17: javax.crypto and Subpackages; Chapter 18: javax.net and javax.net.ssl; Chapter 19: javax.security.auth and Subpackages; Chapter 20: javax.xml and Subpackages; Chapter 21: org.w3c.dom; Chapter 22: org.xml.sax and Subpackages; Chapter 23: Class, Method, and Field Index; 23.1 A; 23.2 B; 23.3 C; 23.4 D; 23.5 E; 23.6 F; 23.7 G; 23.8 H; 23.9 I; 23.10 J; 23.11 K; 23.12 L; 23.13 M; 23.14 N; 23.15 O; 23.16 P; 23.17 Q; 23.18 R; 23.19 S; 23.20 T; 23.21 U; 23.22 V; 23.23 W; 23.24 X; 23.25 Y; 23.26 Z;Colophon;
Copyright Date
2005
Target Audience
Scholarly & Professional
Topic
Programming / General, Programming Languages / Java, Programming / Object Oriented
Lccn
2005-277917
Dewey Decimal
005.13/3
Dewey Edition
22
Illustrated
Yes
Genre
Computers

Objectbeschrijving van de verkoper

bookscout_seattle

bookscout_seattle

100% positieve feedback
138 objecten verkocht

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
5.0
Redelijke verzendkosten
5.0
Verzendtijd
5.0
Communicatie
5.0
Geregistreerd als particuliere verkoper
Dus de consumentenrechten die voortvloeien uit EU-wetgeving voor consumentenbescherming zijn niet van toepassing. eBay-kopersbescherming geldt nog steeds voor de meeste aankopen.

Feedback verkoper (45)

0***p (211)- Feedback gegeven door koper.
Afgelopen 6 maanden
Geverifieerde aankoop
nice book-fast shipping-thanks
r***g (252)- Feedback gegeven door koper.
Afgelopen 6 maanden
Geverifieerde aankoop
received as described, on time, no problems
n***n (2445)- Feedback gegeven door koper.
Afgelopen 6 maanden
Geverifieerde aankoop
All good!