|
Lesson 1
BASIC JAVA PROGRAMMING FUNDAMENTAL
- Programming Concepts
- Basic Structure of Java Programming
- Compile Java Program
- Running Java Program
- Edit Java Program
• Practice #1 and Practice #2
Lesson 2
INTRODUCTION EXPRESSIONS AND ALGORITHMS
- Operators
- Expressions
- Statement and variables
- Variable declaration
• Practice #3 and Practice #4
|
Lesson 3
CREATING METHODS
- Definition of methods
- Declaration and Invocation
- A first method
- Return and Results
- Putting together Lesson 1,2 and 3
• Practice #5 and Practice #6
Lesson 4
BUILDING CLASSES
- What is Classes
- Class Declaration
- Fields
- Instances of a class
- References
• Practice #7 and Practice #8
|
Lesson 5
CLASS INHERITANCE
- Combining and Reusing of classes
- Relationship
- Method overriding
• Practice #9
Lesson 6
APPLETS and ARRAY
- Creating Arrays
- Passing arrays as parameter
- Building a Simple array Program
- Creating Java Applet in Web pages
• Practice #10, Practice #11 and Practice #12
|