发表于2025-03-05
Effective Java pdf epub mobi txt 电子书 下载
Joshua Bloch is a professor at Carnegie Mellon University. He was formerly the chief Java architect at Google, a distinguished engineer at Sun Microsystems, and a senior systems designer at Transarc. He led the design and implementation of numerous Java platform features, including the JDK 5.0 language enhancements and the Java Collections Framework. He holds a Ph.D. in computer science from Carnegie Mellon University and a B.S. in computer science from Columbia University.
The Definitive Guide to Java Platform Best Practices—Updated for Java 9
Java 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 includes
Functional interfaces, lambda expressions, method references, and streams
Default and static methods in interfaces
Type inference, including the diamond operator for generic types
The @SafeVarargs annotation
The try-with-resources statement
New library features such as the Optional<T> interface, java.time, and the convenience factory methods for collections
##《Effective Java》是一本什么样的作品,相信也不用我去多阐述了,网上大堆的评价。而刚刚听到这本书的朋友们都应该是被朋友推荐所以才看的。 说回自己的感想,无论这本中文版纸质如何,也只能说对于英语水平不高的朋友们的唯一选择。但也这样说吧,在没得选择的情况下我才会...
评分##书是好书,死亡翻译,令人绝望。第一条第一段“它只是一个返回类/的实例/的静态方法” 读了5遍才明白是“它只是一个/返回类的实例/的静态方法”
评分##读过2rd的人,diff ## Chapter 2 - Creating and Destroying Objects - Item 5: Prefer dependency injection to hardwiring resources. 优先用框架支持(Spring)依赖注入,而不是手写单例 - Item 9: Prefer try-with-resources to try-finally. Java 7 特性,语法糖 ## Chapter 4 - Classes and Interfaces - Item 21: Design interfaces for posterity. interface default 实现,大家都会的 - Item 25: Limit source
评分 评分##用某人的O'Reilly Safari账号看技术书籍真是非常愉快。
评分这译者是在搞臭自己吗?求求以后别翻译了!!还有出版商也太不负责了,经典书籍找个这样的翻译.... super class翻译成超级类 public field翻译成公有域 还有很多整句都不通顺,怎么都读不懂的内容。我真是无语,这完全不是华章的水准吧。 回过头再看译者序,说水平有限,原来真...
Effective Java pdf epub mobi txt 电子书 下载