伯克利:A Java Reference
伯克利:A Java Reference Paul N. Hilfinger University of California, Berkeley 1 Java Overview 9 1.1 Basic Program Structure . . . . . . . . . . . . . . . . . . . . . . . . . 9 1.2 Compilation and Execution . . . . . . . . . . . . . . . . . . . . . . . 11 1.3 Simple Values and Expressions . . . . . . . . . . . . . . . . . . . . . 12 1.3.1 Writing Numbers . . . . . . . . . . . . . . . . . . . . . . . . . 12 1.3.2 Arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.3.3 Comparisons and Logical Operations . . . . . . . . . . . . . . 14 1.3.4 Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 1.3.5 Static Methods: Abstracting Computation . . . . . . . . . . . 17 1.4 Conditional Execution . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.4.1 If statements . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.4.2 Conditional Expressions . . . . . . . . . . . . . . . . . . . . . 19 1.4.3 Case analysis and the Switch Statement . . . . . . . . . . . . 19
用户评论