共找到3條詞條名為JAVA核心技術的結果 展開

JAVA核心技術

2011年電子工業出版社出版圖書

《JAVA核心技術》(第8版)是2011年電子工業出版社出版的圖書,作者是昊斯特曼、Gary Cornell。本書針對JavaSE6平台進行了全面更新。

本書分為2卷,卷I為基礎知識,卷II為高級特性。

內容簡介


JAVA核心技術[2011年電子工業出版社出版圖書]
JAVA核心技術[2011年電子工業出版社出版圖書]
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