Effective Java

Effective Java

作者: JoshuaBloch
出版社:
副标题:
定价: USD54.99
发布日期: 2017-10-29
页数: 384
ISBN: 9780134685991

内容简介


The Definitive Guide to Java Platform Best Practices—Updated for Java 9Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers.As in previous editions, each chapter of Effective Java, Third Edition, consists of several “items,” each presented in the form of a short, stand-alone 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 third edition covers language and library features added in Java 7, 8, and 9, including the functional programming constructs that were added to its object-oriented roots. Many new items have been added, including a chapter devoted to lambdas and streams.New coverage includesFunctional interfaces, lambda expressions, method references, and streamsDefault and static methods in interfacesType inference, including the diamond operator for generic typesThe @SafeVarargs annotationThe try-with-resources statementNew library features such as the Optional interface, java.time, and the convenience factory methods for collections

目录


Preface
About the Author
Chapter 1: Introduction
Chapter 2: Creating and Destroying Objects
Chapter 3: Methods Common to All Objects
Chapter 4: Classes and Interfaces
Chapter 5: Generics
Chapter 6: Enums and Annotations
Chapter 7: Lambdas and Streams
Chapter 8: Methods
Chapter 9: General Programming
Chapter 10: Exceptions
Chapter 11: Concurrency
Chapter 12: Serialization
Index

下载


下载暂不对外开放

版权信息


:本文内容由面圈实名注册用户自发贡献,版权归原作者所有,面圈社区不拥有其著作权,亦不承担相应法律责。如果您发现本社区中有涉嫌抄袭的内容,请立即联系我们:邮箱:mianshige@126.com,一经查实,本社区将立刻删除涉嫌侵权内容。