Java Introductory Course Outline
Java Introductory Course Outline
1. Introduction to Java
- History and evolution of Java
- Features of Java
- Writing, compiling, and running Java programs
5. Methods in Java
- Defining and calling methods
- Method parameters and return types
- Method overloading
- Recursion basics
6. Arrays and Strings
- One-dimensional and multi-dimensional arrays
- String class and common string operations
- StringBuilder and StringBuffer