布局管理
Syllabus of Theory Couse
Chapter 1 Introduction to Computers, the Internet and the Web
Computers: Hardware and Software
Computer Organization
Operating Systems
Web 2.0
Software Technologies
Chapter 2 Introduction to Java Applications
Java Development Environment
Programming Examples in Java
Primitive Data Types
Arithmetic Computation
Chapter 3 Control Statements 1
Algorithms and Pseudo Code
Control Structures
Selection Statements if and if…else
Repetition Statements while
Chapter 4 Control Statements 2
Repetition statements for and do…while
Selection statement switch
Break and continue Statements
Logical Operators
Structured Programming
Chapter 5 Arrays
Data Structure and Arrays
Enhanced for Statement
Multidimensional Arrays
Chapter 6 Methods
Modular programming
Method declaration and invocation (static methods)
Method call stack
Method overloading (an introduction)
Chapter 7 Introduction to Classes and Objects
Classes, Objects, and Methods
Declaring a Class and Instantiating an Object of a Class
Instance Variables
Initializing Objects with Constructors
Chapter 8 Strings and Wrapper Classes
Fundamentals of Characters and Strings
Class String