Programming with Java = Java 编程 : 习题与解答 /
副标题:无
分类号:
ISBN:9787111105824
微信扫一扫,移动浏览光盘
简介
Like all Schaum's Outline Series books, this is intended to be used primarily for self study, preferably in conjunction with a regular course in the fundamentals of computer science using
the Java programming language.
The book includes over 200 examples and problems. The author firmly believes that programming is learned best by practice, following a well-constructed collection of examples with complete explanations. This book is designed to provide that support.
Source code for all the examples, solved problems, and supplementary problems in this book may be downloaded from the author's Web page:http://www. richmond. edu / ~hubbard/
This site will also contain any corrections and addenda for the book.
目录
chapter 1 getting started
l.l the java programming language
l.2 downloading the java development kit
l.3 installing the jdk
l.4 creating and running a program in microsoft windows
l.5 troubleshooting
l.6 analysis of the he11oworld program
l.7 comments
l.8 programs with input
l.9 numeric input
l.l0 variables and objects
l.ll arirnmenc and assignment operators
cbapter 2 strngs
2.l the string class
2.2 substrings
2.3 changing case
2.4 concatenation
2.5 locating a character within a string
2.6 replacing characters in a string
2.7 representing a primitive value in a string
.2.8 summary of the string class methods
2.9 the stringbuffer class
2.l0 summary ofthe stringbuffer class methods
chapter 3 selection
3.l the if statement
3.2 the if... e1se statement
3.3 the if... e1se if... statement combination
3.4 nested condinonals
3.5 compound statements
3.6 operators
3.7 order of evaluation
3.8 boo1ean variables
3.9 the conditional operator
3.l0 assignment operators
3.ll the switch statement
chapter 4 iteration
4.l the for statement
4.2 the whi1e statement
4.3 some number crunching
4.4 the do.. .while statement
4.5 more number crunching
4.6 nested loops
chapter 5 methods
5.l simple examples
5.2 local variables
5.3 methods often invoke other methods
5.4 methods that invoke themselves
5.5 boo1ean methods
5.6 void methods
5.7 overloading
chapter 6 classes
6.l classes
6.2 declarations
6.3 modifiers
6.4 constructors
6.5 copy constructors
6.6 default constructors
6.7 class invarlants
6.8 identity, equality, and equivalence
6.9 more class invariants
6.l0 wrapper classes
cbapter 7 composition and inheritance
7.l composition
7.2 recursiveclasses
7.3 inheritance
7.4 overriding fields and methods
7.5 the super keyword
7.6 inheritance versus composition
7.7 class hierarchies
7.8 the object class
7.9 the java class hierarchy
7.l0 the c1one() and equals () methods
chapter 8 arrays and vectors
8.l character arrays
8.2 properties of arrays in java
8.3 copying an array
8.4 the vector class
8.5 the size and capacity of a vector object
8.6 changes to the vector class in java 1.2
8.7 two-dimensional arrays
chapter 9 graphics
9.l the awt libraries
9.2 the frame class
9.3 the co1or class
9.4 components
9.5 the button class
9.6 managing layouts
9.7 event-driven programming
9.8 the textfield class
chapter 10 applets,threads, and exceptious
l0.l applets
l0.2 the applet class
10.3 the thread class
l0.4 exceptions
appendix a acronyms
appendix b the jbuilder ide
appendix c the codewarrior ide
appendix d computer numbers
d.l the finite and the infinite
d.2 numbertypes
d.3 ranges of integer types
d.4 integer overflow
d.5 ranges of floating-point types
d.6 the infinity and nan constants
appendix e unicode
appendix f references
index
l.l the java programming language
l.2 downloading the java development kit
l.3 installing the jdk
l.4 creating and running a program in microsoft windows
l.5 troubleshooting
l.6 analysis of the he11oworld program
l.7 comments
l.8 programs with input
l.9 numeric input
l.l0 variables and objects
l.ll arirnmenc and assignment operators
cbapter 2 strngs
2.l the string class
2.2 substrings
2.3 changing case
2.4 concatenation
2.5 locating a character within a string
2.6 replacing characters in a string
2.7 representing a primitive value in a string
.2.8 summary of the string class methods
2.9 the stringbuffer class
2.l0 summary ofthe stringbuffer class methods
chapter 3 selection
3.l the if statement
3.2 the if... e1se statement
3.3 the if... e1se if... statement combination
3.4 nested condinonals
3.5 compound statements
3.6 operators
3.7 order of evaluation
3.8 boo1ean variables
3.9 the conditional operator
3.l0 assignment operators
3.ll the switch statement
chapter 4 iteration
4.l the for statement
4.2 the whi1e statement
4.3 some number crunching
4.4 the do.. .while statement
4.5 more number crunching
4.6 nested loops
chapter 5 methods
5.l simple examples
5.2 local variables
5.3 methods often invoke other methods
5.4 methods that invoke themselves
5.5 boo1ean methods
5.6 void methods
5.7 overloading
chapter 6 classes
6.l classes
6.2 declarations
6.3 modifiers
6.4 constructors
6.5 copy constructors
6.6 default constructors
6.7 class invarlants
6.8 identity, equality, and equivalence
6.9 more class invariants
6.l0 wrapper classes
cbapter 7 composition and inheritance
7.l composition
7.2 recursiveclasses
7.3 inheritance
7.4 overriding fields and methods
7.5 the super keyword
7.6 inheritance versus composition
7.7 class hierarchies
7.8 the object class
7.9 the java class hierarchy
7.l0 the c1one() and equals () methods
chapter 8 arrays and vectors
8.l character arrays
8.2 properties of arrays in java
8.3 copying an array
8.4 the vector class
8.5 the size and capacity of a vector object
8.6 changes to the vector class in java 1.2
8.7 two-dimensional arrays
chapter 9 graphics
9.l the awt libraries
9.2 the frame class
9.3 the co1or class
9.4 components
9.5 the button class
9.6 managing layouts
9.7 event-driven programming
9.8 the textfield class
chapter 10 applets,threads, and exceptious
l0.l applets
l0.2 the applet class
10.3 the thread class
l0.4 exceptions
appendix a acronyms
appendix b the jbuilder ide
appendix c the codewarrior ide
appendix d computer numbers
d.l the finite and the infinite
d.2 numbertypes
d.3 ranges of integer types
d.4 integer overflow
d.5 ranges of floating-point types
d.6 the infinity and nan constants
appendix e unicode
appendix f references
index
Programming with Java = Java 编程 : 习题与解答 /
- 名称
- 类型
- 大小
光盘服务联系方式: 020-38250260 客服QQ:4006604884
云图客服:
用户发送的提问,这种方式就需要有位在线客服来回答用户的问题,这种 就属于对话式的,问题是这种提问是否需要用户登录才能提问
Video Player
×
Audio Player
×
pdf Player
×