- 写得没有thinking in java清楚,比如对内部类章节就可以看出明显的差别.
- 作者毕竟是java语言之父,里面提到很多自己很了解的细节.比如:
2.1:对Cloneable接口的起名.
Cloneable should have been spelled Clonable, but the misspelling was realized too late to be fixed.
2.2:对annotation为何用@打头来定义
The @ character was chosen because it is pronounced "at": A-T, short for Annotation Type
(to be continue)
本文摘录了Java语言创建者的一些见解,包括Cloneable接口名称由来及为何使用@符号定义注解等,揭示了Java语言设计背后的故事。
1241

被折叠的 条评论
为什么被折叠?



