Core Java

Cay S. Horstmann, Gary Cornell

出版时间

2004-08-27

ISBN

9780131482029

评分

★★★★★
书籍介绍
If learning Java is a must for your career, and you cannot afford to waste weeksor even months reading tutorial books that lead you nowhere, this book is theone you need. The best-selling introduction to Java for experiencedprogrammers is back! Previous editions have been tremendously successfulbecause they were written for programmers looking for a fast-paced book. Theauthors retain the highly illustrative examples and crystal-clear explanations ofkey concepts. The seventh edition is fully updated for J2SE 1.5. Detailedcoverage of object-oriented design concepts; reflection and proxies; interfacesand inner classes; exception handling; and much more.
AI导读
核心看点
  • 面向有经验的程序员,节奏快不拖沓
  • 详解面向对象设计、反射与代理等核心概念
  • 示例丰富,关键概念解释清晰透彻
适合谁读
  • 急需快速掌握Java的在职程序员
  • 具备其他语言基础,想迁移至Java者
  • 希望系统学习JavaSE技术的开发者
读前提醒
  • Swing界面开发章节较繁琐,可酌情跳读
  • 多线程部分评价一般,建议结合官方文档
  • 注意版本差异,旧版API可能已过时
读者共识
  • 公认的Java入门最佳书籍之一
  • 翻译质量高,阅读体验轻松流畅
  • 内容全面,适合作为案头常备参考书

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "The compiler doesn’t know the exact type of the setFirst method but can call it with any object of type Manager, Employee , or Object , but not a subtype such as Executive . However, if you call getFirst , there is no guarantee about the type of the returned object. You can only assign it to an Obje"
  • "它将Welcom.java编译成Welcom.class,并发送到Java虚拟机。"
  • "java.math.BigInteger 1.1"
  • "数组to必须有足够空间存放拷贝的元素。"
  • "由类构造(construst)"
  • "特别需要说明,如果一个类使用了这样的方法,当对象不再使用时一定要调用它。"
  • "Just as importantly, if a class you use has such a method, you need call it when you done with the object."
  • "类是对象的蓝图"
用户评论
最佳的Java入门书,没有之一
非常好的基础书
core java 2 放弃了~但是书还是不错的。
2008-2
没有通读 很细致
可能我先看的Thinking in Java, 所以先入为主,不过4星可以有
15年的书,看过几章后只觉得,编程语言进步的速度已经没必要精通一门语言了
开java
下载
收藏