|Listed in category:
Have one to sell?

Effective Java by Joshua Bloch: Used

US $7.02
Condition:
Good
Breathe easy. Returns accepted.
Shipping:
Free Standard Shipping. See detailsfor shipping
Located in: Sparks, Nevada, United States
Delivery:
Estimated between Fri, Jun 28 and Wed, Jul 3 to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days returns. Buyer pays for return shipping. See details- for more information about returns
Payments:
      
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:285298808785
Last updated on Jun 23, 2024 03:12:54 PDTView all revisionsView all revisions

Item specifics

Condition
Good: A book that has been read but is in good condition. Very minimal damage to the cover including ...
Book Title
Effective Java
Publication Date
2008-06-01
Edition Number
2
Pages
346
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

About this product

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

Item description from the seller

AlibrisBooks

AlibrisBooks

98.5% positive feedback
1.8M items sold
Joined May 2008

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
4.9
Shipping speed
4.9
Communication
4.9

Seller feedback (463,602)

e***l (97)- Feedback left by buyer.
Past year
Verified purchase
Super impressed with this seller! They had the best price by far for this book! Both the cost of the book and the shipping fee was far better than average! The book came exactly as described, it was well packaged and quite a bit earlier than expected! The seller was polite and replied quickly to my messages. I’ll definitely make another purchase soon! Thank you to the seller! Be safe and keep up the great work!
l***w (85)- Feedback left by buyer.
Past 6 months
Verified purchase
WONDERFUL book! Better than described, in just like new condition [not just good]. Packaged very carefully, shipped very securely. Great seller, would buy from again in a heartbeat! No communication occurred, but I imagine it would have been as good as the rest of their customer service. Very happy with purchase, thank you very much!
t***1 (96)- Feedback left by buyer.
Past 6 months
Verified purchase
Excellent packaging, expedited shipping, great seller communication, and accurate photo representation. I'm very pleased to have received this graphic novel for a fair and competitive price. Brand new and sealed!! I would highly recommend and purchase from this reputable retailer again. Thank you 👍!

Product ratings and reviews

4.9
9 product ratings
  • 8 users rated this 5 out of 5 stars
  • 1 users rated this 4 out of 5 stars
  • 0 users rated this 3 out of 5 stars
  • 0 users rated this 2 out of 5 stars
  • 0 users rated this 1 out of 5 stars

Would recommend

Good value

Compelling content

Most relevant reviews

  • The best java guide

    A great book about java.It is not a introduction to Java and targets programmers already having experience with the language (but no need to be an expert, this book will make you one!). A wealth of tips about how to design and package the code, how to make it more robust and faster and new Java features (the section about enums was a revelation to me). Highly recommended.

  • Excellent desk reference for JAVA development

    I have the first edition, so I would definitely recommend this book to anyone who already has a good working knowledge of JAVA and would like to expand their skillset. Bloch provides good contexts to various JAVA constructs (and why you should use one over the other). The book is easy to read. I particularly enjoy how every chapter is independent of the others and provides many juicy details without bogging down the reader. Again, definitely recommended.

  • Best Java book

    If you are a professional software developer/programmer/engineer writing Java then you should read this book.

    Verified purchase: YesCondition: Pre-OwnedSold by: zacorus

  • Great book

    Great book

    Verified purchase: YesCondition: Pre-OwnedSold by: mtwyouth

  • Looks like new!

    Excellent condition!

    Verified purchase: YesCondition: Pre-OwnedSold by: discover-books