出版社: Addison-Wesley Professional
副标题: Programming Language Guide (Java Series)
出版年: 2001-6-5
页数: 272
定价: USD 54.99
装帧: Paperback
ISBN: 9780201310054
内容简介 · · · · · ·
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 cod...
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.
Effective Java的创作者
· · · · · ·
-
Joshua Bloch 作者
作者简介 · · · · · ·
Joshua Bloch是Google公司的首席Java架构师。是Jolt大奖的获得者。他曾是Sun公司的杰出工程师,和Transarc公司的高级系统设计师。Bloch曾带领团队设计和实现过无数的Java平台特性,包括JDK 5.0语言增强版和获奖的Java Collections Framework。他的著作还包括:《Java Puzzlers》、《Java Concurrency in Practive》等。
喜欢读"Effective Java"的人也喜欢的电子书 · · · · · ·
喜欢读"Effective Java"的人也喜欢 · · · · · ·
Effective Java的书评 · · · · · · ( 全部 68 条 )
如何变成Java文艺青年
看书前不建议直接看评论
Effective Java中文第三版 读后感
这篇书评可能有关键情节透露
Effective Java中文第三版, 本书上一个版本还是2008年的事情,时光荏苒,在前行的道路上Java与我们一路相伴,中间各种新特性已经层出不穷,让我们目不暇接,但从学习java的角度来说夯实基础才是最总要的,这本书就是为有了一定java基础的同学准备的,里面提炼了90多项条款共大... (展开)> 更多书评 68篇
论坛 · · · · · ·
推荐看原版 | 来自气定神闲 | 2008-12-19 14:59:12 | |
Item 9 重写toString方法 | 来自Butler | 2007-11-13 20:51:21 | |
Item 8 Always override hashcode when you overri... | 来自Butler | 2007-11-13 20:50:44 | |
Item 6 :按照常规去覆盖equals方法 | 来自Butler | 2007-11-13 20:48:55 | |
Item 5 :消除无用的对象实例 | 来自Butler | 2007-11-13 20:43:32 |
> 浏览更多话题
这本书的其他版本 · · · · · · ( 全部15 )
-
机械工业出版社 (2009)9.1分 1828人读过
-
机械工业出版社 (2003)8.9分 1092人读过
-
机械工业出版社 (2018)8.8分 408人读过
-
Addison-Wesley (2008)9.3分 283人读过
在哪儿借这本书 · · · · · ·
以下书单推荐 · · · · · · ( 全部 )
- 推荐给Java程序员的书 (Yining)
- Java学习图书 (MJ之死)
- MIT Electrical Engineering and Computer Science (恩布勒姆)
- Jolt Awards.计算机图书震撼大奖1991-2014(软件届的奥斯卡奖) (十年一觉人间梦)
- 《设计模式解析》推荐阅读 (Spring)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
订阅关于Effective Java的评论:
feed: rss 2.0
0 有用 熊想躺平 2012-12-19 03:55:15
果然C++程序员转java看看这书就够了,基本上就是如何用java实现effective C++/STL 里的理念。
0 有用 lyx2007825 2012-11-08 15:38:36
Effective Java
0 有用 顺琦自然 2013-04-21 20:47:00
翻完了,全忘了。
0 有用 骑驴的桑乔 2012-05-23 15:00:36
以条目的形式列出Java编程的技巧,看起来不累,可以从任何一节翻起。
1 有用 宇文 2015-01-14 20:40:03
当你有了一定java基础之后,我觉得就应该读这本书了,很多细节的地方,可以更深入的理解java语言。最好边google,边看书,毕竟有些地方还是不好理解的。http://leihuang.org/
0 有用 Chris Z 2020-04-28 01:03:46
天天用。
0 有用 夏夏 2019-06-22 12:48:09
it's so good and need time and experience to digest it.
0 有用 云焕Leon 2019-04-27 00:40:13
有点老,有点难
0 有用 本尼 2019-02-02 19:26:27
非常有用的工具书。拥有了作者的签名。
0 有用 马孔多 2018-03-06 06:45:36
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.