|In vendita nella categoria:
Ne hai uno da vendere?

Core Java(tm) 2, Volume II--Funzionalità avanzate-

Testo originale
Core Java(tm) 2, Volume II--Advanced Features
Testo originale
by Horstmann, Cay S.; Cornell, Gary | PB | VeryGood
Condizione:
Ottime condizioni
May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ... Ulteriori informazioniinformazioni sulla condizione
Goditi i vantaggi. Spedizione e restituzioni gratuite.
Spedizione:
Gratis Economy Shipping. Vedi i dettagliper la spedizione
Oggetto che si trova a: Aurora, Illinois, Stati Uniti
Consegna:
Consegna prevista tra il lun 24 giu e il gio 27 giu a 43230
Le date di consegna stimate - viene aperta una nuova finestra o scheda includono tempi di imballaggio, CAP di origine, CAP di destinazione e periodo di accettazione e dipendono dal servizio di spedizione selezionato e dalla ricezione del pagamentoricezione del pagamento - si apre in una nuova finestra o scheda. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Il venditore paga le spese di spedizione per la restituzione. Vedi i dettagli- per maggiori informazioni sulle restituzioni
Pagamenti:
     

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. 

Informazioni sul venditore

Registrato come venditore professionale
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:194823826948
Ultimo aggiornamento: 14 giu 2024 12:28:12 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Ottime condizioni
Libro che non sembra nuovo ed è già stato letto, ma è in condizioni eccellenti. Nessun danno evidente alla copertina, dotato di sovraccoperta(se applicabile) per le copertine rigide. Nessuna pagina mancante o danneggiata, piegata o strappata, nessuna sottolineatura/evidenziazione di testo né scritte ai margini. Potrebbe presentare minimi segni identificativi sulla copertina interna. Mostra piccolissimi segni di usura. Per maggiori dettagli e la descrizione di eventuali imperfezioni, consulta l'inserzione del venditore. Vedi tutte le definizioni delle condizioniviene aperta una nuova finestra o scheda
Note del venditore
“May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
3 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780131118263
Subject Area
Computers
Publication Name
Core Java 2 Advanced Features
Item Length
9.2 in
Publisher
Prentice Hall PTR
Subject
Programming Languages / Java, General
Publication Year
2004
Series
Core Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
2 in
Author
Cay Horstmann, Gary Cornell
Features
Revised
Item Width
7 in
Item Weight
51.4 Oz
Number of Pages
1024 Pages

Informazioni su questo prodotto

Product Information

A new edition of this title is available, ISBN-10: 0132354799 ISBN-13: 9780132354790 Completely revised and up-to-date coverage of Multithreading -including the java.util.concurrent library, locks, condition objects, futures, thread pools, thread-safe collections, threads and Swing Collection classes -collections framework, concrete collections, and generic utility methods Annotations and metadata -using annotations to automate programming tasks, JDK(tm) 5.0 standard annotations, the apt tool for source-level annotation processing, and bytecode engineering Advanced Swing and AWT -lists, trees, tables, and other advanced components; image processing and printing JavaBeans(tm) -including property editors, customizers, and long-term persistence XML -DOM and SAX parsers, XPath, and XSL transformations The seventh edition of Core Java(tm) 2, Volume II, covers advanced user-interface programming and the enterprise features of the Java 2 Platform, Standard Edition (J2SE(tm)). Like Volume I (which covers the most important language and library features), this book has been completely updated and revised for J2SE 5.0. All of the sample programs have been updated and carefully crafted to illustrate practical solutions to the type of real-world problems professional developers encounter. Volume II includes new sections on annotations and other J2SE 5.0 enhancements, along with complete coverage of Multithreading Distributed objects Databases JNDI and LDAP Advanced GUI components Native methods XML processing Network programming Collection classes Advanced graphics Internationalization JavaBeans Annotations

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0131118269
ISBN-13
9780131118263
eBay Product ID (ePID)
43557562

Product Key Features

Author
Cay Horstmann, Gary Cornell
Publication Name
Core Java 2 Advanced Features
Format
Trade Paperback
Language
English
Features
Revised
Subject
Programming Languages / Java, General
Publication Year
2004
Series
Core Ser.
Type
Textbook
Subject Area
Computers
Number of Pages
1024 Pages

Dimensions

Item Length
9.2 in
Item Height
2 in
Item Width
7 in
Item Weight
51.4 Oz

Additional Product Features

Edition Number
7
Lc Classification Number
Qa76.73.J38
Volume Number
Vol. II
Edition Description
Revised Edition
Table of Content
List of Code Example. Preface. Acknowledgments. 1. Multithreading. What Are Threads? Interrupting Threads. Thread States. Thread Properties. Synchronization. Blocking Queues. Thread-Safe Collections. Callables and Futures. Executors. Synchronizers. Threads and Swing. 2. Collections. Collection Interfaces. Concrete Collections. The Collections Framework. Algorithms. Legacy Collections. 3. Networking. Connecting to a Server. Implementing Servers. Sending E-Mail. Making URL Connections. Advanced Socket Programming. 4. Database Programming. The Design of JDBC. The Structured Query Language. JDBC Installation. Basic JDBC Programming Concepts. Query Execution. Scrollable and Updatable Result Sets. Metadata. Row Sets. Transactions. Advanced Connection Management. Introduction to LDAP. 5. Distributed Objects. The Roles of Client and Server. Remote Method Invocations. Setup for Remote Method Invocation. Parameter Passing in Remote Methods. Server Object Activation. Java IDL and CORBA. Remote Method Calls with SOAP. 6. Advanced Swing. Lists. Trees. Tables. Styled Text Components. Progress Indicators. Component Organizers. 7. Advanced AWT. The Rendering Pipeline. Shapes. Areas. Strokes. Paint. Coordinate Transformations. Clipping. Transparency and Composition. Rendering Hints. Readers and Writers for Images. Image Manipulation. Printing. The Clipboard. Drag and Drop. 8. JavaBeans Components. Why Beans? The Bean-Writing Process. Using Beans to Build an Application. Naming Patterns for Bean Properties and Events. Bean Property Types. BeanInfo Classes. Property Editors. Customizers. JavaBeans Persistence. 9. Security. Class Loaders. Bytecode Verification. Security Managers and Permissions. Digital Signatures. Code Signing. Encryption. 10. Internationalization. Locales. Number Formats. Date and Time. Collation. Message Formatting. Text Files and Character Sets. Resource Bundles. A Complete Example. 11. Native Methods. Calling a C Function from the Java Programming Language. Numeric Parameters and Return Values. String Parameters. Accessing Fields. Encoding Signatures. Calling Java Methods. Accessing Array Elements. Handling Errors. Using the Invocation API. A Complete Example: Accessing the Windows Registry. 12. XML. Introducing XML. Parsing an XML Document. Validating XML Documents. Locating Information with XPath. Using Namespaces. Using the SAX Parser. Generating XML Documents. XSL Transformations. 13. Annotations. Addition of Metadata to Programs. An Example: Annotating Event Handlers. Annotation Syntax. Standard Annotations. The apt Tool for Source-Level Annotation Processing. Bytecode Engineering. Index.
Copyright Date
2005
Target Audience
Scholarly & Professional
Dewey Decimal
005.2762
Dewey Edition
22
Illustrated
Yes

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Thrift Books Global, LLC
TB Thrift Books
18300 Cascade Ave S
Ste 150
98188 Seattle, WA
United States
Mostra Informazioni di contatto
:liamEmoc.skoobtfirht@yabe.selas
Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione Europea.
ThriftBooks

ThriftBooks

99% di Feedback positivi
17,7 milioni oggetti venduti
In genere risponde entro 24 ore

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi

Descrizione
4.9
Spese spedizione
5.0
Tempi spedizione
5.0
Comunicazione
4.9
Registrato come venditore professionale

Feedback del venditore (5.221.459)

g***a (471)- Feedback lasciato dall'acquirente.
Mese scorso
Acquisto verificato
Thanks...:)
p***o (113)- Feedback lasciato dall'acquirente.
Mese scorso
Acquisto verificato
El libro y el CD está como nuevo!
e***r (3064)- Feedback lasciato dall'acquirente.
Mese scorso
Acquisto verificato
Fast shipment, perfect Transaction. Thank you!!

Valutazioni e recensioni del prodotto

Ancora nessun punteggio o recensione