|En la categoría:
¿Quieres vender uno?
Awesomebooksusa
(433136)
Registrado como vendedor profesional

Effective Java by Bloch New 9780134685991 Fast Free Shipping^;

USD55,42
Aproximadamente49,06 EUR
Estado:
Nuevo
Último1 vendido
Respira tranquilidad. Se aceptan devoluciones.
Otros usuarios han comprado esto. 1 ya se ha vendido.
Envío:
Gratis USPS Media MailTM.
Ubicado en: MD, Estados Unidos
Entrega:
Entrega prevista entre el jue. 15 may. y el mié. 21 may. a 43230
Las fechas previstas de entrega (se abre en una nueva ventana o pestaña) incluyen el tiempo de manipulación del vendedor, el código postal de origen, el código postal de destino y la hora de aceptación, y dependen del servicio de envío seleccionado y de que el pago se haya hecho efectivoel pago se haya hecho efectivo (se abre en una nueva ventana o pestaña). Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución..
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:393453857483
Última actualización el 22 abr 2025 13:27:59 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
Nuevo: Libro nuevo, sin usar y sin leer, que está en perfecto estado; incluye todas las páginas sin ...
PublishedOn
2017-12-27
Title
Effective Java
Artist
Not Specified
ISBN
9780134685991

Acerca de este producto

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
Subject Area
Computers
Author
Joshua Bloch
Format
Trade Paperback

Dimensions

Item Height
0.9 in
Item Weight
24.8 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

Descripción del artículo del vendedor

Información de vendedor profesional

Certifico que todas mis actividades de venta cumplirán todas las leyes y reglamentos de la UE.
Número de IVA: GB 724498118
CRN: 03800600

Información sobre seguridad y accesibilidad

Acerca de este vendedor

Awesomebooksusa

98% de votos positivos1,3 millones artículos vendidos

Se unió el mar 2009
Suele responder en 24 horas
Registrado como vendedor profesional
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
4.8
Gastos de envío razonables
5.0
Rapidez de envío
5.0
Comunicación
5.0

Categorías populares de esta tienda

Votos de vendedor (537.215)

Todas las valoraciones
Positivas
Neutras
Negativas
  • z***i (1143)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    I recently purchased a book from this Seller, and I couldn't be more pleased with the entire experience. The book arrived in excellent condition, exactly as described. It was packaged in a sturdy, reusable cardboard envelope using no plastic at all. Delivery was surprisingly fast, exceeding my expectations. I highly recommend this Seller!
  • 4***7 (174)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    1974 Allen & Unwin LOTR boxed/sleeved set is as pictured & described. Hard to get this set w/an intacte box! The set (along with another order) arrived quickly & safely into my greedy handses! The trilogy set was wrapped in cardboard, almost an Origami type deal that did a great job protecting the book(s) inside! Fort Knox in an Origami Box! Always a great value from Awesomebooksusa! Descriptions always accurate & always well packaged. Thank you! Happy w/purchase! !!Seller Highly Recommended!!!
  • e***n (2194)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Excellent seller. Great communication , fast delivery, extra care in packing for shipment 📦, great price 💰, Came as shown in photo📸, I would do repeat buys in 1 sec with this seller. AAAA ++++. 5 st🌟rs. <(•🪖•)>