- Program Overview
It enables programmers to write computer instructions using English-based commands instead of having to write in numeric codes. It’s known as a high-level language because it can be read and written easily by humans
Java has a set of rules that determine how the instructions are written. These rules are known as its syntax. Once a program has been written, the high-level instructions are translated into numeric codes that computers can understand and execute.
The Main Outlines
Java level 1 (20 hour)
• Programming Levels.
• Data Types.
• Arithmetic operators.
• Logical operators.
• Unary and Assignment Operators.
• If condition.
• Scanner Class in Java.
• Conditional operator.
• Switch case.
• For loop.
• While loop and Do-while loop.
• Arrays.
Java level 2 (20 hour)• Methods
• Constructor
• Access Modifiers
• OOP Introduction
• Inheritance
• Encapsulation
• Polymorphism
• Final
• This
• Static Methods
• Instance Initialization Block (IIB)
• Abstract
• Interface
• Exception Handling
• GUI
Other Branches