Sale!

Effective Java

Add your review

Original price was: $59.99.Current price is: $43.86.

Tags: ,

Original price was: $59.99.Current price is: $43.86.

Sale!

Note: Prices may fluctuate as sellers adjust them regularly. You'll see the latest price at final checkout.
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare


Since this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed dramatically. Java 7 and Java 8 introduced new features and functions including, forEach() method in Iterable interface, default and static methods in Interfaces, Functional Interfaces and Lambda Expressions, Java Stream API for Bulk Data Operations on Collections, Java Time API, Collection API improvements, Concurrency API improvements, and Java IO improvements.

In this new edition of Effective Java, Bloch explores new design patterns and language idioms that have been introduced since the second edition was released in 2008 shortly after Java SE6, including Lambda, streams, generics and collections, as well as selected Java 9 features.
As in previous editions, each chapter consists of several “items” 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.

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

From the Publisher

Woman holding Effective Java bookWoman holding Effective Java book

The #1 Book on Java Programming, Most Recommended by Java Programmers

“The book is supremely readable: the style is concise and clear, and the code examples are short and to the point. As a result, Effective Java is a pleasant volume to read through from beginning to end—learning to refine your coding skills as you go. It is one of the very few books I recommend without reservation to all Java programmers who are past the beginner stage.” — Andrew Binstock, Java Magazine

“Joshua Bloch does an amazing job explaining best practices and providing detailed insights into how and when to use the different Java features. Effective Java is a must-read for every professional Java developer.” — Thorben Janssen

“I’ve been using Java for almost a year now and this book definitely enhanced my understanding on the language and how to use its features more efficiently.” — Lucas Pavesi Da Cruz

Publisher ‏ : ‎ Addison-Wesley Professional
Publication date ‏ : ‎ December 27, 2017
Edition ‏ : ‎ 3rd
Language ‏ : ‎ English
Print length ‏ : ‎ 416 pages
ISBN-10 ‏ : ‎ 0134685997
ISBN-13 ‏ : ‎ 978-0134685991
Item Weight ‏ : ‎ 1.5 pounds
Dimensions ‏ : ‎ 7.4 x 0.9 x 9 inches
Best Sellers Rank: #127,997 in Books (See Top 100 in Books) #3 in Java Programming #30 in Computer Programming Languages
Customer Reviews: 4.7 4.7 out of 5 stars (1,586) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

13 reviews for Effective Java

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Rob Rybczynski

    Read the book carefully, do extra steps, and then take the exam soon after
    If you are planning to take this exam, then I highly recommend this book. The author covers all the main points from the exam. She keeps the reader on track instead of wandering from one topic to the next. I would also recommend supplementing with mock exams online. Those are invaluable to prepare you for the strange nature of the questions. This book has several examples, but you need to work through many more to get used to it. Also, use your IDE to implement many concepts in code, and explore difficult concepts on the web. Then return to the book to get back on track.

    Helpful(0) Unhelpful(0)You have already voted this
  2. מיגעאל

    Excellent and Essential for Serious Java Developers
    Well, it seems more of an add the title, but, this book is a must if you want to be a serious and compromised Java developer.There are many issues your code can acquire as you do modifications to it, but applying the practices mentioned here will allow you to reduce technical debt and enhance many of the desired attributes of software such as maintainability and extensibility.The advice is awesome, what one has to pay attention to is where to apply some of the latter practices, but yes, in general everything here is usable and has value.Book totally worth the money.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Lucas Pavesi Da Cruz

    Fantastic book!!
    I’ve been using Java for almost a year now and this book definitely enhanced my understanding on the language and how to use its features more efficiently. I don’t recommend it as an introduction to the language, but once you do get familiar with its syntax and you start wondering what resource you should turn to improve your understanding of the language and its usability, then read this book!The writing is clean and comprehensive. I didn’t feel lost on most topics. I was able to follow along pretty consistently. The ones I did struggle with, I just re-read some parts of the passages and looked up some articles that were a little more introductory to what I was reading.If anyone is wondering how this book fairs on an e-reader, I read this all through a Kindle and I didn’t see any issues with the examples or text.Finally, if I had to make just one request, I’d say that a few more examples of bad practices vs the good ones would be awesome just to highlight the issues that a passage addresses.Amazing book nonetheless!

    Helpful(0) Unhelpful(0)You have already voted this
  4. Tim Klein

    Some minor printing defects
    Overall, the book is great and the quality is essentially brand new. However, I noticed some minor printing defects while reading the book.For example:- Some of the text throughout the book is printed either very heavy (with ink) or very light cause some distortion to the text. It is still readable, just slightly messy.- Around the middle of the book, one of the pages must have been folded over during the cutting of the book as it left basically a protruding “ear’ that I have to leave folded over otherwise it sticks out of the pages. It is somewhat small (about a square inch) so it is not very intrusive.- There are multiple spelling errors throughout the book and one (major one: “Jave” instead of “Java”) on the back cover. This may not be a printing error, but I lumped it in here anyway.No big deal, but I felt it deserved 4 instead of the full 5 stars.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Brayden G.

    Informative book
    really great to learn the structure of java externally and how to program, only issue i didn’t like is that it didn’t speak about things more internally like the JVM internals

    Helpful(0) Unhelpful(0)You have already voted this
  6. Carlos Gamboa

    Love it
    Great tips!! Excellent content with complete explanations. A must to read no only for Java developers, although the whole books are about Java, I’ve applied a lot of it’s concepts in other languages…

    Helpful(0) Unhelpful(0)You have already voted this
  7. Ivan Malyuta

    The best book on Java. Don’t rent this.
    This is an amazing book, everyone who works with Java or who hires Java developers knows that this book is a must read. Not only is it a ‘must read’, it’s also a ‘must own’. I refer to this book very often in my job as a developer. And even if this book were 10 times the actual price it would be worth every penny.Sadly, some marketing genius at Amazon decided to enable ‘RENT’ option on this book by default! Bravo, sir (or madam) – you justified your ridiculous salary.If you are reading this please make sure you BUY the actual copy of this book and as a consumer you should search for the best deal available (And of course it’s not that rent price that Amazon marketing department is teasing you with).

    Helpful(0) Unhelpful(0)You have already voted this
  8. Robert Morea

    Amazing Book
    This is an amazing book which contains tons of good practical advice for programmers, but more importantly explains the “why” behind various things you’ve always heard. There are things I feel I understand after reading this book which I previously only “knew” on the level of a teacher saying “take my word for it.”The book also lets you seen behind the scenes of Java programming in a way you possibly never have before, because Joshua Block is one of the developers behind Java itself, and all the main Oracle supported libraries. As such he can tell you that certain implementations in the standard Java libraries actually violate various best practices (either by accident or because those best practices hadn’t emerged at the time of development). Almost always he will note that the problem cannot be fixed due to backward compatibility and has consequences to this day. Very few textbooks actually let you see inside details like this.No other book I’ve read gives this kind of insight. And it’s not even a hard read.

    Helpful(0) Unhelpful(0)You have already voted this
  9. Cliente Amazon

    Libro molto interessante, da leggere assolutamente se sei un Java Dev.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Akash

    If you are a Java developer and if you could only buy just one book out of myriad of Java and programming related books out there, buy just THIS. This is a relatively small book with extremely high quality of content, that will make you a programmer of a different league.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Anne Jungers

    The topics of the book are good but the presentation, layout is awful and confusing.There is a lot of text in black without any structure. What a shame. Books like the Oreillys ones are much better if you want to learn a programming language

    Helpful(0) Unhelpful(0)You have already voted this
  12. Rodrigo Zamora

    Este es el análogo del baldor al álgebra, sin temor a equivocarme, un libro de texto de lectura obligada, todas las técnicas y recomendaciones son para producir un código de alta calidad para quienes quieren llevar al siguiente nivel su código, ampliamente recomendado.En cuanto al libro físico, se me hizo un poco débil, sus hojas son delgadas pero nada de que preocuparse, teniendo los cuidados normales que se le deberían dar a los libros no debería haber problemas.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Zubi

    Just got my paperback version, quality is very good. Especially, letters are in normal size, easy to read.Didn’t completely read yet, don’t know about the content.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    Effective Java
    Effective Java

    Original price was: $59.99.Current price is: $43.86.

    bestdealsavvy.com
    Logo
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart