《Java 編程思想 》作者是Bruce Eckel
基本介紹
- 作者:Bruce Eckel
- ISBN:9787111092865
- 頁數:1164
- 定價:69.00
- 出版時間:2002-1-1
- 裝幀:平裝(帶盤)
作者介紹
作品目錄
Introduction
1 Introduction to Objects
2 Everything is an Object
3 Controlling Program Flow
4 Initialization & Cleanup
5 Hiding the Implementation
6 Reusing Classes
7 Polymorphism
8 Interfaces & Inner Classes
9 Holding Your Objects
10 Error Handling with Exceptions
11 The Java I/O System
12 Run-time Type Identification
13 Creating Windows & Applets
14 Multiple Threads
15 Distributed Computing
A: Passing & Returning Objects
B: The Java Native Interface(JNI)
C: Java Programming Guidelines
D: Resources
Index