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
發表於2024-11-22
Effective Java 2024 pdf epub mobi 電子書 下載
這樣一本書本該早就讀瞭,然而最近纔看完。看完覺得對於一些編程規則深層的原理有瞭一些認識。之前我隻是知道這些口口相傳的規則,卻不知道為什麼,在這本書中找到瞭一些答案。書中涉及到瞭java編程方方麵麵的規則,包括類、接口、創建對象、類中的函數、函數的參數、異常、並...
評分首先聲明,這本書的中文翻譯大體上還是過得去的,大方嚮上沒問題。 ----------------------------分割綫---------------------------- 1. p129 翻譯:Java的枚舉類型是功能十分齊全的類,功能比其他語言中的對等物要更強大得多,Java的枚舉本質上是int值。 原文:Java's enum ...
評分就內容來說還是相當不錯的,翻譯也挺好的不會有拗口的感覺.紙質有很多人抱怨過瞭我就不重復說瞭.不過對閱讀不影響,反正是學裏麵的東西又不是衝著紙去的.不過話說迴來有點小貴啊
評分1. Java程序員分兩種,讀過<Effective Java>的和沒讀過的,嚴格的來說,沒讀過的不算是Java程序員。 2. 書組織的不錯,很適閤在碎片時間看上一兩條,然後再慢慢迴味; ...
評分如果你使用剛剛學會的Java做瞭一個小應用程序,那麼你就可以開始有選擇地看這本書。書中分彆對Java的不同特性分章節給予作者本人的建議。如果你還沒有用到其中的某一特性,那麼就沒必要讀相關的章節,跳過去。隻有你經曆過瞭,摔倒過瞭,睏擾過瞭,你纔會與書中的建議産生共鳴...
圖書標籤: Java 計算機 java 編程 Programming 經典 軟件開發 計算機科學
算是第一本看完的原版書瞭
評分第三版新增的章節跟Joshua寫作風格很不一樣啊~
評分很不錯,中階java書籍,在當下版本也比較新
評分距離第二版又過去瞭十年。主要增加瞭Java 7/8/9 的內容。還是很有收獲。
評分確實經典,相較於 Effective Modern C++ 更切閤實際,哪怕隻是看一眼目錄也獲益良多。
Effective Java 2024 pdf epub mobi 電子書 下載