內容簡介
CayS.Horstmann等編著,公飛編譯的《Java核心技術》(CoreJava)自第1版出版以來,一直備受廣大Java程式設計人員的青睞,暢銷不衰,是Java經典書籍。第8版針對JavaSE6平台進行了全面更新,囊括了Java平台標準版(JavaSE/J2SE)的全部基礎知識,提供了大量完整且具有實際意義的套用實例,詳細介紹了Java語言基礎知識、面向對象程式設計、接口與內部類、事件監聽器模型、swing圖形用戶界面程式設計、打包應用程式、異常處理、登錄與調試、泛型程式設計、集合框架、多執行緒等內容。
圖書目錄
Preface
Acknowledgements
Chapter 1 An Introduction to Java(新增批註共25條)
Java As a Programming Platform
The Java “White Paper” Buzzwords
Simple
Object Oriented
Network-Savvy
Robust
Secure
Architecture Neutral
Portable
Interpreted
High Performance
Multithreaded
Dynamic
Java Applets and the Internet
A Short History of Java
Common Misconceptions about Java
Chapter 2 The Java Programming Environment(新增批註共20條)
Chapter 3 Fundamental Programming Structures in Java(新增批註共44條)
Chapter 4 Objects and Classes(新增批註共55條)
Chapter 5 Inheritance(新增批註共42條)
Chapter 6 Interfaces and Inner Classes(新增批註共24條)
Chapter 7 Exceptions, Logging, Assertions, and Debugging(新增批註共38條)
Chapter 8 Generic Programming(新增批註共22條)
Chapter 9 Collections(新增批註共55條)
Chapter 10 Multithreading(新增批註共24條)
Index