
作者: (美)Cay / / 出版社: 清华大学出版社 / / 页数: 728 装帧: / / 开本: 32开 版次: 1 / / ISBN: 7302071 定价: 49元 /
内容简介:
/
本书为国际最畅销书——完全升级至Java 1.4 SDK
关于Java的最优秀、最全面的参考书
本书不是一本指南,也不是堆砌练习和测试的课本,但它绝对是我所见过的关于Java的最全面的参考书,作者从事Java教学多年,收集的关于Java的文章和书籍浩瀚如海,而最终吸引我的还是那些关键性的参考书,本书就是其中之一。我已经将其用作课本,我的学生也一致认为这是一本深入探究Java核心编程问题的优秀图书。
飞速提升编程技巧
本书的示例将对您大有裨益,对示例的解释更为突出,Cay S.Horstmann先生为编写本书所做的工作令人叹服。我敢说,对于想熟悉Java的人来说,本书绝对是必备之书。
/
目录:
/
Preface
To the Reader
About This Book
Conventions
Sample Code
Acknowledgments
Chapter 1 An Introduction to Java
Java as a Programming Tool
Advantages of Java
The Java "White Paper" Buzzwords
Java and the Internet
A Short History of Java
Common Misconceptions About Java
Chapter 2 The Java Programming Environment
Installing the Java Software Development Kit
Development Environments
Using the Command Line Tools
Using an Integrated Development Environment
Compiling and Running Programs from a Text Editor
Graphical Applications
Applets
Chapter 3 Fundamental Programming Structures in Java
A Simple Java Program
Comments
Data Types
Variables
Assignments and Initializations
Operators
Strings
Control Flow
Arrays
Chapter 4 Objects and Classes
Introduction to Object-Oriented Programming
Using Existing Classes
Building Your Own Classes
Static Fields and Methods
Method Parameters
Object Construction
Packages
Documentation Comments
Class Design Hints
Chapter 5 Inheritance
……
Chapter 6 Interfaces and Inner Classes
Chapter 7 Graphics Programming
Chapter 8 Event Handling
Chapter 9 User Interface Components with Swing
Chapter 10 Deploying Applets and Applications
Chapter 11 Exceptions and Debugging
Chapter 12 Streams and Files
Appendix