![]() |
VOOZH | about |
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
OK
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.
"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
Joshua J. Bloch (born August 28, 1961) is a software engineer and a technology author, formerly employed at Sun Microsystems and Google. He led the design and implementation of numerous Java platform features, including the Java Collections Framework, the java.math package, and the assert mechanism. He is the author of the programming guide Effective Java (2001), which won the 2001 Jolt Award, and is a co-author of two other Java books, Java Puzzlers (2005) and Java Concurrency In Practice (2006).
Bloch holds a B.S. in computer science from Columbia University and a Ph.D. in computer science from Carnegie Mellon University. His 1990 thesis was titled A Practical Approach to Replication of Abstract Data Objects and was nominated for the ACM Distinguished Doctoral Dissertation Award.
Bloch has worked as a Senior Systems Designer at Transarc, and later as a Distinguished Engineer at Sun Microsystems. In June 2004 he left Sun and became Chief Java Architect at Google. On August 3, 2012, Bloch announced that he would be leaving Google.
In December 2004, Java Developer's Journal included Bloch in its list of the "Top 40 Software People in the World".
Bloch has proposed the extension of the Java programming language with two features: Concise Instance Creation Expressions (CICE) (coproposed with Bob Lee and Doug Lea) and Automatic Resource Management (ARM) blocks. The combination of CICE and ARM formed one of the three early proposals for adding support for closures to Java. ARM blocks were added to the language in JDK7.
Bloch is currently a faculty member of the Institute for Software Research at Carnegie Mellon University, where he holds the title "Professor of the Practice". In addition to his research, Bloch teaches coursework in Software Engineering.
Bio from Wikipedia, the free encyclopedia.
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we donโt use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonIf you want to be a good coder, you need to follow and learn what is in this book. I just bought the next edition. It teaches you the โwhyโ you need to code it like it says. Not just how. As a seasoned developer, this is one of the must books every Java developer must have and READ!
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.
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!
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.
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.
if you work with Java or kotlin, you need a copy of this.
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.
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).
Tardรณ un poco en llegar, pero estรก en perfecto estado y es un gran libro.
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.
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
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.
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.
