Monday, June 17, 2013

Effective Java 2nd Edition by Joshua Bloch


Effective Java 2nd Edition PDF Download Ebook. Joshua Bloch 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. There are updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization. Author shows how to avoid the traps and pitfalls of commonly misunderstood subtleties of the language with 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, this book presents the most practical, authoritative guidelines available for writing efficient, well-designed programs. 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.

More details about this book...

or

Download Effective Java PDF Ebook :

No comments:

Post a Comment