Subscribe to Read
Sign up today to enjoy a complimentary trial and begin exploring the world of books! You have the freedom to cancel at your convenience.
Effective Java
Title | Effective Java |
Writer | |
Date | 2025-04-19 17:48:01 |
Type | |
Link | Listen Read |
Desciption
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 Read more
Review
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.