|Eingestellt in Kategorie:
AlibrisBooks
(451512)
Angemeldet als gewerblicher Verkäufer

Effektives Java von Joshua Bloch: Neu-

Ursprünglicher Text
Effective Java by Joshua Bloch: New
US $60,02
Ca.EUR 53,13
Artikelzustand:
Neu
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos Standard Shipping.
Standort: Sparks, Nevada, USA
Lieferung:
Lieferung zwischen Do, 8. Mai und Di, 13. Mai nach 43230 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:402776452848
Zuletzt aktualisiert am 07. Mär. 2025 14:47:27 MEZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
Book Title
Effective Java
Publication Date
2018-01-26
Edition Number
3
ISBN
9780134685991

Über dieses Produkt

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

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

AlibrisBooks

98,5% positive Bewertungen1,9 Mio. Artikel verkauft

Mitglied seit Mai 2008
Angemeldet als gewerblicher Verkäufer
Alibris is the premier online marketplace for independent sellers of new & used books, as well as rare & collectible titles. We connect people who love books to thousands of independent sellers around ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
4.9
Kommunikation
4.9

Verkäuferbewertungen (502.459)

Alle Bewertungen
Positiv
Neutral
Negativ
  • a***a (346)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    This hardback book is of the highest quality, has a fine appearance , arrived in perfect condition, and is an excellent value. On what I was not asked about this time, communicating with the seller would have required using email outside of the eBay system, because they do not accept eBay messages, the book was well packed in a purpose-designed cardboard box, the shipping was faster than I expected for the bound media rate, and the book was exactly as described and pictured.
  • r***w (212)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Item was lost in delivery- but after some communication, seller was understanding and provided a refund. I ordered another and had it sent elsewhere. My main issue was that it felt as if I was getting automated responses at first!! Please have humans review human inquiries!! It was painstaking explaining the situation to an A.I. who only repeats unhelpful replies. Thanks again!! Otherwise. Great price! Great seller!
  • a***o (684)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Book is like new as described (remainder). Price was fair Shipping time was quick, but one problem is the packaging. It was simply put in a big brown envelope (too big for the mailbox) with no inner packing i.e no plastic wrapping inside to protect the book. The book was left outside our door in the rain while we were out and the envelope was soaked. When we dried the package and opened it the back of the dust jacket was wet. I suggest the seller use some inner package packing to the protect it

Produktbewertungen & Rezensionen

5.0
2 Produktbewertungen
  • 2 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content

Relevanteste Rezensionen

  • Gift for new programmer

    This was a gift. The recipient found it very useful.

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: andresito80

  • Awesome!

    Awesome!

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: timorgan74821