Course Description This course introduces object-oriented programming in the context of business applications development. The basics of the Java programming language are covered.
If there are differences between the course module and this syllabus, the syllabus supersedes the course modules.
Course Topics & Objectives JAVA BASICS
• Explain the Java Virtual machine.
• Explain the terminology of object-oriented terminology.
• Explain documenting, coding, compiling, executing, testing, and debugging Java program
DATA TYPES
• Define data types.
• Explain classes and methods.
• Apply simple Java programming.
SELECTION AND REPETITION
• Explain selection.
• Explain Repetition.
• Apply simple Java programming. ARRAYS
• Explain arrays.
• Apply simple Java programming. OBJECTs
• Explain Objects.
• Apply simple Java programming.