Basic Object-Oriented Principles
Class, Object, Data Abstraction, Encapsulation, Inheritance, Polymorphism.
Introduction to Java
About Java, Java Features, JDK-JRE-JVM, Java Programming Structure, Variables, Datatypes, Type Casting, Operators, Operator Precedence, User Input with Scanner Class.
Control Statements
Decision-making Statements: simple if, if-else, nested if-else, else-if ladder, Looping Statements: while, do-while, for, Jumping Statements: break, continue