Core Java, Volume I (10th Edition)

Cay S. Horstmann, Gary Cornell

出版社

Prentice Hall

出版时间

2015-10-04

ISBN

9780134177304

评分

★★★★★
AI导读
核心看点
  • Java入门经典,内容全面详实
  • 涵盖基础语法到高级API应用
  • 适合C++程序员迁移学习参考
适合谁读
  • Java编程初学者及入门者
  • 需要系统学习Java技术者
  • 有C++基础需迁移开发者
读前提醒
  • 篇幅较大,建议作为参考手册
  • 界面开发章节可酌情跳读
  • 配合Thinking in Java效果佳
读者共识
  • 公认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入门不错的书,相对比较全面。
不错的入门书
看了4章,为了COMSOL的二次开发。书权当参考手册了。
to check if there is something new
重新开始学习java
还记得当时阿大图书馆里没有这本书,于是向学校图书馆提交购书申请,结果图书馆就真买了。不过一直没看完,讲的很细,但是没时间啃这个大块头。目前感觉也不会再需要啃Java了。非要啃一个编程语言的话,JavaScript这个是通用编程的未来,golang这个是大规模系统编程的未来,其他都可以随缘浅尝辄止。
下载
收藏