Joshua Bloch是Google公司的首席Java架构师。是Jolt大奖的获得者。他曾是Sun公司的杰出工程师,和Transarc公司的高级系统设计师。Bloch曾带领团队设计和实现过无数的Java平台特性,包括JDK 5.0语言增强版和获奖的Java Collections Framework。他的著作还包括:《Java Puzzlers》、《Java Concurrency in Practive》等。
发表于2024-11-21
Effective Java 2024 pdf epub mobi 电子书
case insensitive 是不区分大小写的,为什么翻译成区分大小写了。 但是作者的例子 也是区分大小写,String本来就区分大小写,作者到底是什么意图? ...
评分1. Java程序员分两种,读过<Effective Java>的和没读过的,严格的来说,没读过的不算是Java程序员。 2. 书组织的不错,很适合在碎片时间看上一两条,然后再慢慢回味; ...
评分身为一个以Java为生的Coder,到现在才看这本书,说起来多少有点惭愧。买了中文版,看了几页后实在是看不懂,完全不知所云,没办法,只好看英文版的,于是历时一个月,看得我欲仙欲死,生不如死。。。不过,经典就是经典,收获良多,强烈推荐!
评分case insensitive 是不区分大小写的,为什么翻译成区分大小写了。 但是作者的例子 也是区分大小写,String本来就区分大小写,作者到底是什么意图? ...
评分身为一个以Java为生的Coder,到现在才看这本书,说起来多少有点惭愧。买了中文版,看了几页后实在是看不懂,完全不知所云,没办法,只好看英文版的,于是历时一个月,看得我欲仙欲死,生不如死。。。不过,经典就是经典,收获良多,强烈推荐!
图书标签: Java programming 软件开发 编程 effective 计算机 程序设计 高效
Effective Java Programming Language Guide distills the hard-won wisdom of today's best Java programmers into 50 techniques for designing and constructing more robust, high-performance software. Josh Bloch, one of Sun's most widely respected Java developers, focuses on the practical problems virtually every Java developer encounters, offering specific solutions and top-notch code examples. Josh Bloch identifies 50 practices that lead directly to better code -- including better alternatives for common practices that have proven undesirable in real-world development. The techniques are specific, thoroughly explained, and supported by top-notch code examples. Among the highlights: why developers should avoid finalizers; when to use delegation instead of inheritance; and how to make the most of Java's powerful typesafe enum pattern. Nearly all 50 practices relate to the "core" of the Java platform -- the language itself -- making the book relevant to virtually every Java developer.
值得多看几遍
评分Great book! You'll learn the best practices of writing java code and some detailed design skills. But have to admit that not all of the content are update to date, most are still useful today though.
评分practically
评分创建和销毁类、类和继承、通用编程几部分的东西很多能看到C++的影子,类的特殊方法(equals、hashCode、clone)、异常、序列化等属于Java体系的坑
评分指出了java中需要注意的地方
Effective Java 2024 pdf epub mobi 电子书