Java开发实战经典(目录)(国外英文资料).doc
文本预览下载声明
Java开发实战经典(目录)(国外英文资料)
directory
Part 1 Java basic programming design
Chapter 1. Java overview and development environment set up 2
Video: 35 minutes
Recognize Java 2
1.1.1 what is Java 2
Feature 3 of the 1.1.2 Java language
The running mechanism of the 1.1.3 Java program and Java
The virtual machine 5
Build 6 for the Java development environment
Installation and configuration of 1.2.1 JDK is 7
Write 1 Java program 8
The effect of the 1.2.3 classpath attribute is 9
The chapter 1.3 is about 10
Problem 10
Chapter 2. Simple Java program 11
Video: 20 minutes
2.1 simple Java example 11
Comment 13 for the 2.2 Java program
Identifier 13 in Java
Keyword 14 in Java
The 2.5 variables and the constant 14
This chapter is about 15 points
Problem of 2.7
Chapter 3 Java basic programming design 16
Video: 2 hours, 09 minutes
The 3.1 data type is divided into 16
The basic data type is 17
3.2.1 integer type 17
The overflow of 3.2.2 data is 18
3.2.3 character type 19
3.2.4 floating point type and dual precision float
Point type 21
3.2.5 Boolean type 22
The default value of 3.2.6 basic data types is 22
Conversion 23 of the 3.3 data type
Automatic transformation 23 of the 3.3.1 data type
Force transformation of 3.3.2 data type 25
The 3.4 operator, expression, and statement 26
The 3.4.1 operator is 26
3.4.2 concise expression 41
Choice and loop statement 43
The structure of the 3.5.1 program is 43
3.5.2 select structure 45
3.5.3 loop structure 51
The interruption of the 3.5.4 cycle is 56
This chapter is about 58 points
Problem 3.59
Chapter 4 array and method 60
Video: 1 hour 48 minutes
The definition of array 4.1 and the use of 60
4.1.1 one-dimensional array 60
The representation of the elements in the 4.1.2 array is 62
The static initialization of an array of 4.1.3 is 65
The 4.1.4 array application example 66
4.1.5 2d array 68
4.1.6 multidimensional array 71
The declaration of method 4.2 and the use of 72
The definition of the 4.2.1 method is 72
4.2.2 method reload 74
4.2.3 USES return t
显示全部