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

Effective Java

Texas Book Consignments
(12812)
Registrato come venditore professionale
US $20,17
CircaEUR 17,39
Condizione:
Buone condizioni
Goditi i vantaggi. Restituzioni accettate.
Spedizione:
Gratis USPS Media MailTM.
Oggetto che si trova a: Haltom City, Texas, Stati Uniti
Consegna:
Consegna prevista tra il sab 19 lug e il gio 24 lug a 94104
I tempi di consegna previsti utilizzando il metodo proprietario di eBay, che è basato sulla vicinanza dell'acquirente rispetto al luogo in cui si trova l'oggetto, sul servizio di spedizione selezionato, sulla cronologia di spedizione del venditore e su altri fattori. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico dell'acquirente..
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Ulteriori informazioniGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:156942870661
Ultimo aggiornamento: 15 lug 2025 18:13:56 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Buone condizioni: Libro che è già stato letto ma è in buone condizioni. Mostra piccolissimi danni ...
Release Year
2017
Book Title
Effective Java
ISBN
9780134685991

Informazioni su questo prodotto

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0134685997
ISBN-13
9780134685991
eBay Product ID (ePID)
237796345

Product Key Features

Number of Pages
416 Pages
Language
English
Publication Name
Effective Java
Publication Year
2017
Subject
Programming Languages / Java
Type
Textbook
Author
Joshua Bloch
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.9 in
Item Weight
26.1 Oz
Item Length
9.1 in
Item Width
7.3 in

Additional Product Features

Edition Number
3
Intended Audience
Scholarly & Professional
LCCN
2017-956176
Dewey Edition
23
Dewey Decimal
005.133
Table Of Content
Chapter 1: Introduction Chapter 2: Creating and Destroying Objects Chapter 3: Methods Common to All Objects Chapter 4: Classes and Interfaces Chapter 5: Generics Chapter 6: Enums and Annotations Chapter 7: Lambdas and Streams Chapter 8: Methods Chapter 9: General Programming Chapter 10: Exceptions Chapter 11: Concurrency Chapter 12: Serialization References Index
Synopsis
The Definitive Guide to Java Platform Best Practices-Updated for Java 7, 8, and 9 Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers. As in previous editions, each chapter of Effective Java, Third Edition, consists of several "items," each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. The third edition covers language and library features added in Java 7, 8, and 9, including the functional programming constructs that were added to its object-oriented roots. Many new items have been added, including a chapter devoted to lambdas and streams. New coverage includes Functional interfaces, lambda expressions, method references, and streams Default and static methods in interfaces Type inference, including the diamond operator for generic types The @SafeVarargs annotation The try-with-resources statement New library features such as the Optional interface, java.time, and the convenience factory methods for collections, The Definitive Guide to Java Platform Best Practices--Updated for Java 7, 8, and 9 Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers. As in previous editions, each chapter of Effective Java, Third Edition, consists of several "items," each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. The 3rd edition covers language and library features added in Java 7, 8, and 9, including the functional programming constructs that were added to its object-oriented roots. Many new items have been added, including a chapter devoted to lambdas and streams. New coverage includes Functional interfaces, lambda expressions, method references, and streams Default and static methods in interfaces Type inference, including the diamond operator for generic types The @SafeVarargs annotation The try-with-resources statement New library features such as the Optional interface, java.time, and the convenience factory methods for collections, Since this Jolt-award winning classic was last updated in 2008 (shortly after Java 6 was released), Java has changed dramatically. The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java , Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes: Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util, The definitive guide to Java programming language best practices from Josh Bloch Each chapter of Effective Java, Third Edition, consists of several "items," each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. While coverage is through Java 9, this guidance covers core Java features every programmer works with, regardless of which version. Concurrency: write clear, correct, well-documented concurrent programs Objects: creating and destroying; common methods Classes and interfaces: guidelines for making them usable, robust, and flexible Generics: tell the compiler what types of objects are permitted in each collection for safer and clearer programs Enums and annotations: two special-purpose families of reference types Functions: break a big job into smaller pieces that might well be written by different people separated by both time and space. Lambdas and streams: create function objects with more ease Method designs: treat parameters and return values; design method signatures; document methods Exceptions: improve a program's readability, reliability, and maintainability Object serialization: the dangers of serialization and how to minimize them General programming: local variables control structures libraries data types reflection native methods optimization naming conventions Programmers still consider this the best book on Java programming today.
LC Classification Number
QA76.73.J38

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.
Informazioni su questo venditore

Texas Book Consignments

99,6% di Feedback positivi48 mila oggetti venduti

Su eBay da set 2006
In genere risponde entro 24 ore
Registrato come venditore professionale
Our company is Aggie owned and operated since 2004. Our goal is to provide efficient and courteous service to our customers while maintaining honesty and integrity. We are grateful for everyone who ...
Mostra altro

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.9
Spese spedizione
5.0
Tempi di spedizione
5.0
Comunicazione
5.0

Feedback sul venditore (13.219)

Tutti i punteggi
Positivo
Neutro
Negativo
  • 1***1 (19)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    It's on me for not reading the description of this being an ex-library copy. I was expecting it to be, but that's completely my fault. The product is exactly as described, in good condition and of good quality. Shipping was fast. Appearance good, no pages ripped and cover is not bent. It was sent in a bag instead of a box, though, which could have led to damage in shipping. Overall I'm happy and would buy from this seller again.
  • b***g (909)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    Fantastic purchasing experience; sent as described as was the condition upon arrival; price and shipping (if any was charged) were reasonable. This author has been at the top of my list for quite a while as a favorite. This seller checks all the boxes!
  • t***l (2247)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Item arrived exactly as described and was extremely well packaged. I would Highly recommend and purchase from this seller again. Great seller communication. They are an asset to the eBay community!!