计划
2017.3.1 购入 准备花一个月的时间阅读完, 共1500页,最后两章是GUI的内容,只需要到1300页就行了
目的有三:
- 熟悉java基础
- 提升英语阅读能力,好久没读英文书籍了
- 补补oop思想,顺便讲涉及到的设计模式回顾下
3.5 -> P207
- Preface
- Introduction
- Introduction to Objects
- Everything is an Object
- Operators
- Controlling Execution
- Initialization & Cleanup
3.6 ~ 3.12 P501
- Access Control
- Reusing Classed
- Polymorphism
- Interfaces
- Inner Classes
- Holding Your Objects
- Error Handling with Exceptions
读到422页的时候发现自己穿越了~ 422后面20+页居然是╮(╯▽╰)╭
申请换货后,当当第二天就把新的一本带过来了- - ~ 其实我都涂涂画画了好多了哎
3.13 ~ 3.10 P789
- Strings
- Type Information
- Generics (java的泛型只是编译时泛型咯)
- Arrays
3.11 ~ 3.26 P1009
- Containers in Depth
- I/O
4.13 P1301 终于结束了