-
This course provides an introduction to the Java programming language. It gives students a foundational overview and history of Java, and students will learn about the language’s basic syntax. At the end, they will be able to develop interactive console programs with basic data processing and formatting capabilities.
Overview
Syllabus
-
- Introduction to Java
- Why Object-Oriented Programming?
- Basics of Object-Oriented Programming
- Using Predefined Classes
- Basic Console Input and Output
- Programming Decision-Making Statements
- Developing Iterations and Loops
- Creating and Using Arrays
- Writing Methods