|Mis en vente dans la catégorie :
Vous en avez un à vendre ?

Effective Java (2e édition) par Bloch, Joshua, bon livre-

Texte d'origine
Effective Java (2nd Edition) by Bloch, Joshua, Good Book
État :
Bon état
This is a used book in good condition and may show some signs of use or wear .
Prix :
4,68 USD
Environ4,36 EUR
Pas d'inquiétude ! Retours acceptés.
Livraison :
Gratuit Economy Shipping. Afficher les détailspour la livraison
Lieu où se trouve l'objet : Tontitown, Arkansas, États-Unis
Délai de livraison :
Estimé entre le mer. 26 juin et le sam. 29 juin à 43230
Les délais de livraison sont estimés au moyen de notre méthode exclusive basée sur la distance entre l'acheteur et le lieu où se trouve l'objet, le service de livraison sélectionné, l'historique des livraisons du vendeur et d'autres facteurs. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. L'acheteur paie les frais de retour. Afficher les détails- pour en savoir plus sur les retours
Paiements :
     

Achetez en toute confiance

Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. 

Détails sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :386140406576
Dernière mise à jour le 22 juin 2024 01:03:58 Paris. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Bon état
Livre ayant déjà été lu, mais qui est toujours en bon état. La couverture présente des dommages mineurs, comme des éraflures, mais n'est ni trouée ni déchirée. Pour les couvertures rigides, la jaquette n'est pas nécessairement incluse. La reliure présente des marques d'usure mineures. La majorité des pages sont intactes. Pliures et déchirures mineures. Soulignement de texte mineur au crayon. Aucun surlignement de texte. Aucune note dans les marges. Aucune page manquante. Consulter l'annonce du vendeur pour avoir plus de détails et voir la description des défauts. Afficher toutes les définitions des étatsla page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
Commentaires du vendeur
“This is a used book in good condition and may show some signs of use or wear .”
Book Title
Effective Java (2nd Edition)
ISBN
9780321356680
Subject Area
Computers
Publication Name
Effective Java
Publisher
Prentice Hall PTR
Item Length
9.2 in
Subject
Programming Languages / Java
Publication Year
2008
Series
Java Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.1 in
Author
Joshua Bloch
Item Weight
23.3 Oz
Item Width
7.3 in
Number of Pages
384 Pages

À propos de ce produit

Product Information

Are you looking for a deeper understanding of the Java(tm) programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java(tm), Second Edition, brings together seventy-eight indispensable programmer's rules of thumb: working, best-practice solutions for the programming challenges you encounter every day. This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing. Each chapter in the book consists of several "items" presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Highlights include: New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io Simply put, Effective Java(tm), Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0321356683
ISBN-13
9780321356680
eBay Product ID (ePID)
57089986

Product Key Features

Number of Pages
384 Pages
Language
English
Publication Name
Effective Java
Publication Year
2008
Subject
Programming Languages / Java
Type
Textbook
Subject Area
Computers
Author
Joshua Bloch
Series
Java Ser.
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
23.3 Oz
Item Length
9.2 in
Item Width
7.3 in

Additional Product Features

Edition Number
2
Dewey Edition
23
Reviews
Raves for the First Edition! "I sure wish I had this book ten years ago. Some might think that I don't need any Java books, but I need this one." -James Gosling, fellow and vice president, Sun Microsystems, Inc. "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." -Gilad Bracha, coauthor of The Javaâ„¢ Language Specification, Third Edition "10/10-anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won't become obsolete with subsequent releases of the JDK library." -Peter Tran, bartender, JavaRanch.com "The best Java book yet written.... Really great; very readable and eminently useful. I can't say enough good things about this book. At JavaOne 2001, James Gosling said, 'Go buy this book!' I'm glad I did, and I couldn't agree more." -Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000) "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." -James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations "Great content. Analogous to Scott Meyers' classic Effective C++. If you know the basics of Java, this has to be your next book." -Gary K. Evans, OO mentor and consultant, Evanetics, Inc "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." -Mark Mascolino, software engineer "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." -Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." -Michael Ernest, Inkling Research, Inc. "I don't find many programming books that make me want to read every page-this is one of them." -Matt Tucker, chief technical officer, Jive Software "Great how-to resource for the experienced developer." -John Zukowski, author of numerous Java technology books "I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library." -Jane Griscti, I/T advisory specialist, Raves for the First Edition!   "I sure wish I had this book ten years ago. Some might think that I don''t need any Java books, but I need this one." --James Gosling, fellow and vice president, Sun Microsystems, Inc.   "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." --Gilad Bracha, coauthor of The Java(tm) Language Specification, Third Edition   "10/10--anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won''t become obsolete with subsequent releases of the JDK library." --Peter Tran, bartender, JavaRanch.com   "The best Java book yet written.... Really great; very readable and eminently useful. I can''t say enough good things about this book. At JavaOne 2001, James Gosling said, ''Go buy this book!'' I''m glad I did, and I couldn''t agree more." --Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000)   "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." --James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations   "Great content. Analogous to Scott Meyers'' classic Effective C++. If you know the basics of Java, this has to be your next book." --Gary K. Evans, OO mentor and consultant, Evanetics, Inc   "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." --Mark Mascolino, software engineer   "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." --Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan   "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." --Michael Ernest, Inkling Research, Inc.   "I don''t find many programming books that make me want to read every page--this is one of them." --Matt Tucker, chief technical officer, Jive Software   "Great how-to resource for the experienced developer." --John Zukowski, author of numerous Java technology books   "I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library." --Jane Griscti, I/T advisory specialist, Raves for the First Edition! "I sure wish I had this book ten years ago. Some might think that I don't need any Java books, but I need this one." -James Gosling, fellow and vice president, Sun Microsystems, Inc. "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." -Gilad Bracha, coauthor ofThe Javaâ„¢ Language Specification, Third Edition "10/10-anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won't become obsolete with subsequent releases of the JDK library." -Peter Tran, bartender, JavaRanch.com "The best Java book yet written.... Really great; very readable and eminently useful. I can't say enough good things about this book. At JavaOne 2001, James Gosling said, 'Go buy this book!' I'm glad I did, and I couldn't agree more." -Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author ofCore JINI(Prentice Hall, 2000) "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." -James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations "Great content. Analogous to Scott Meyers' classicEffective C++.If you know the basics of Java, this has to be your next book." -Gary K. Evans, OO mentor and consultant, Evanetics, Inc "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." -Mark Mascolino, software engineer "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." -Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." -Michael Ernest, Inkling Research, Inc. "I don't find many programming books that make me want to read every page-this is one of them." -Matt Tucker, chief technical officer, Jive Software "Great how-to resource for the experienced developer." -John Zukowski, author of numerous Java technology books "I picked this book up two weeks ago and can safely, Raves for the First Edition! "I sure wish I had this book ten years ago. Some might think that I don't need any Java books, but I need this one." --James Gosling, fellow and vice president, Sun Microsystems, Inc. "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." --Gilad Bracha, coauthor of The Java(tm) Language Specification, Third Edition "10/10--anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won't become obsolete with subsequent releases of the JDK library." --Peter Tran, bartender, JavaRanch.com "The best Java book yet written.... Really great; very readable and eminently useful. I can't say enough good things about this book. At JavaOne 2001, James Gosling said, 'Go buy this book!' I'm glad I did, and I couldn't agree more." --Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000) "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." --James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations "Great content. Analogous to Scott Meyers' classic Effective C++. If you know the basics of Java, this has to be your next book." --Gary K. Evans, OO mentor and consultant, Evanetics, Inc "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." --Mark Mascolino, software engineer "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." --Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." --Michael Ernest, Inkling Research, Inc. "I don't find many programming books that make me want to read every page--this is one of them." --Matt Tucker, chief technical officer, Jive Software "Great how-to resource for the experienced developer." --John Zukowski, author of numerous Java technology books "I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library." --Jane Griscti, I/T advisory specialist, Raves for the First Edition! "I sure wish I had this book ten years ago. Some might think that I don't need any Java books, but I need this one." James Gosling, fellow and vice president, Sun Microsystems, Inc. "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." Gilad Bracha, coauthor of The Java(tm) Language Specification, Third Edition "10/10 anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won't become obsolete with subsequent releases of the JDK library." Peter Tran, bartender, JavaRanch.com "The best Java book yet written.... Really great; very readable and eminently useful. I can't say enough good things about this book. At JavaOne 2001, James Gosling said, 'Go buy this book!' I'm glad I did, and I couldn't agree more." Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000) "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations "Great content. Analogous to Scott Meyers' classic Effective C++. If you know the basics of Java, this has to be your next book." Gary K. Evans, OO mentor and consultant, Evanetics, Inc "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." Mark Mascolino, software engineer "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." Michael Ernest, Inkling Research, Inc. "I don't find many programming books that make me want to read every page this is one of them." Matt Tucker, chief technical officer, Jive Software "Great how-to resource for the experienced developer." John Zukowski, author of numerous Java technology books "I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library." Jane Griscti, I/T advisory specialist, Raves for the First Edition! "I sure wish I had this book ten years ago. Some might think that I don't need any Java books, but I need this one." -James Gosling, fellow and vice president, Sun Microsystems, Inc. "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." -Gilad Bracha, coauthor of The Java" Language Specification, Third Edition "10/10-anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won't become obsolete with subsequent releases of the JDK library." -Peter Tran, bartender, JavaRanch.com "The best Java book yet written.... Really great; very readable and eminently useful. I can't say enough good things about this book. At JavaOne 2001, James Gosling said, 'Go buy this book!' I'm glad I did, and I couldn't agree more." -Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000) "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." -James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations "Great content. Analogous to Scott Meyers' classic Effective C++. If you know the basics of Java, this has to be your next book." -Gary K. Evans, OO mentor and consultant, Evanetics, Inc "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." -Mark Mascolino, software engineer "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." -Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." -Michael Ernest, Inkling Research, Inc. "I don't find many programming books that make me want to read every page-this is one of them." -Matt Tucker, chief technical officer, Jive Software "Great how-to resource for the experienced developer." -John Zukowski, author of numerous Java technology books "I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library." -Jane Griscti, I/T advisory specialist, Raves for the First Edition! "I sure wish I had this book ten years ago. Some might think that I don''t need any Java books, but I need this one." --James Gosling, fellow and vice president, Sun Microsystems, Inc. "An excellent book, crammed with good advice on using the Java programming language and object-oriented programming in general." --Gilad Bracha, coauthor of The Java(tm) Language Specification, Third Edition "10/10--anyone aspiring to write good Java code that others will appreciate reading and maintaining should be required to own a copy of this book. This is one of those rare books where the information won''t become obsolete with subsequent releases of the JDK library." --Peter Tran, bartender, JavaRanch.com "The best Java book yet written.... Really great; very readable and eminently useful. I can''t say enough good things about this book. At JavaOne 2001, James Gosling said, ''Go buy this book!'' I''m glad I did, and I couldn''t agree more." --Keith Edwards, senior member of research staff, Computer Science Lab at the Palo Alto Research Center (PARC), and author of Core JINI (Prentice Hall, 2000) "This is a truly excellent book done by the guy who designed several of the better recent Java platform APIs (including the Collections API)." --James Clark, technical lead of the XML Working Group during the creation of the XML 1.0 Recommendation, editor of the XPath and XSLT Recommendations "Great content. Analogous to Scott Meyers'' classic Effective C++. If you know the basics of Java, this has to be your next book." --Gary K. Evans, OO mentor and consultant, Evanetics, Inc "Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience." --Mark Mascolino, software engineer "This is a superb book. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master." --Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan "I like books that under-promise in their titles and over-deliver in their contents. This book has 57 items of programming advice that are well chosen. Each item reveals a clear, deep grasp of the language. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers." --Michael Ernest, Inkling Research, Inc. "I don''t find many programming books that make me want to read every page--this is one of them." --Matt Tucker, chief technical officer, Jive Software "Great how-to resource for the experienced developer." --John Zukowski, author of numerous Java technology books "I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study! An excellent book and a welcome addition to my Java library." --Jane Griscti, I/T advisory specialist
Target Audience
Scholarly & Professional
Dewey Decimal
005.133
Lc Classification Number
Qa76.73.J
Copyright Date
2008

Description de l'objet fournie par le vendeur

Once Upon a Time Books Inc

Once Upon a Time Books Inc

99,5% d'évaluations positives
850 287 objets vendus
Visiter la BoutiqueContacter

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois

Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
5.0
Communication
5.0

Catégories populaires de cette Boutique

Inscrit comme vendeur professionnel

Évaluations en tant que vendeur (439 235)

j***j (13)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Thank you great book, Great story...
i***m (1818)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
The place to go for used books. Great selection in good shape. Thanks!
i***m (1818)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Another great transaction. Thanks!

Notes et avis sur le produit

Aucune note ni aucun avis pour ce produit
Rédigez un avis en premier.