|
读过这本书吗?
最近在读
读过
想读
还不熟悉
|
图书城书列:
加入到博客或社交网站:
|
|
我来评论这本书:
内容提要:
本书是由著名作者Walter Savitch编写的,主要介绍了Java程序设计,对Java语言的主要特点和应用编程进行了全面讲述。本书最显著的特点是,作者采用通俗易懂的方式,结合Java语言,介绍了各种基本编程技术,阐述了面向对象编程技术与计算机科学的各种概念。本书每章后附本章小结,并提供了测试题和答案、编程项目练习,以帮助学生对所学知识的掌握,提高学生的实际编程能力。本书配套光盘包含了范例程序代码和相应软件。
本书可作为计算机科学及相关专业的Java程序设计教材,也是Java开发人员的很好参考书。 作者简介:
编辑推荐:
目录:
CHAPTER 1 Introduction to Computers and Java
Objectives Prerequisites 1.1 Computer Basics 1.2 Designing Programs 1.3 A Sip of Java Chapter Summary Answers to Self-Test Questions Programming Projects CHAPTER 2 Primitive types,Strings,and console Objectives Prerequisites 2.1 Prinmitive Types and Expressions 2.2 The Class String 2.3 Keyboard and Screen 2.4 Documentation and style Chapter Summary Answers to Self-Test Questions Programming Projects CHAPTER 3 Flow of Control Objectives Prerequisites 3.1 Branching Statements 3.2 Jave Loop Statements 3.3 Programming with Loops 3.4 The Type boolean Chapter Summary Answers to Self-Test Questions Programming Projects CHAPTER 4 Defining Classes and Methods Objectives Prerequisites 4.1 Class and Method Definitions 4.2 Information Hiding and Encapsulation 4.3 Objects and Reference Chapter Summary Answers to Self-Test Questions Programming Projects CHAPTER 5 More About Objects and Methods CHAPTER 6 Arrays CHAPTER 7 Inheritance CHAPTER 8 Exception Handling CHAPTER 9 Streams and Lile CHAPTER 10 Dynamic Data Structures CHAPTER 11 Recursion CHAPTER 12 Window Interfaces Using Swing CHAPTER 13 Applets and HTML CHAPTER 14 More Swing Index 前言:
PREFACE FOR INSTRUCTORS
This book was designed to be used in a first course in programming and computer science.It covers programming techniques, as well as the basics of the Java programming language. It is suitable for courses as short as one quarter or as long as one full academic year.No previous programming experience is required, nor is any mathematics, other than a little high school algebra. The book can also be used for a course designed to teach Java to students who have already had another programming course, in which case th..
|