| 作 者: | 罗伯特 |
| 出版社: | 清华大学出版社 |
| 丛编项: | 大学计算机教育国外著名教材系列(影印版) |
| 版权说明: | 本书为出版图书,暂不支持在线阅读,请支持正版图书 |
| 标 签: | J2EE |
| ISBN | 出版时间 | 包装 | 开本 | 页数 | 字数 |
|---|---|---|---|---|---|
| 未知 | 暂无 | 暂无 | 未知 | 0 | 暂无 |
1 In.roducfion
1.1 A brief history ot computinq
1.2 What is computer science?
1.3 A brief tour of computer hardware
1.4 Alaorithms
1.5 Staaes in the Droaramminq orocess
1.6 Java and the obiect-oriented paradigm
1.7 Java and the World Wide Web
Summary
Review questions
2 Programming by Example
2.1 The "Hello world" program
2.2 Perspectives on the programming process
2.3 A program to add two numbers
2.4 Programming idioms and patterns
2.5 Classes and objects
2.6 Graphical programs
Summary
Review questions
Programming exercises
3 Expressions
3.1 Primitive data types
3.2 Constants and variables
3.3 Operators and operands
3.4 Assi.qnment statements
3.5 Boolean expressions
3.6 Designing for change
Summary
Review questions
Programming exercises
4 Statement Forms
4.1 Statement types in Java
4.2 Control statements and problem solving
4.3 The if statement
4.4 The switch statement
4.5 The while statement
4.6 The for statement
Summary
Review questions
Programming exercises
5 Methods
6 Objects and Classes
7 Objects and Memory
8 Strings and Characters
9 Object-oriented Graphics
10 Event-driven Programs
11 Arrays and ArrayLists
12 Searching and Sorting
13 Collection Classes
14 Looking Ahead
Index