Learning Objectives - Variables, Operators, Java Wrapper Classes over Primitive Types, Expressions, Statements, Blocks, and Control Flow Statements will all be covered in this module.
Topics - Variables include primitive data types and arrays, and operators include arithmetic, unary, relational, conditional, bitwise, and bit shift. Wrapper Classes in Java for Primitive Types (String, Integer, Float, and so on), Expressions, Statements, and Blocks Control flow statements include if, if-else, switch statements, while loops, do-while loops, for loops (including the new for each loop introduced in JDK 1.5), and branching statements.
Learning Objectives - Variables include primitive data types and arrays, and operators include arithmetic, unary, relational, conditional, bitwise, and bit shift. Wrapper Classes in Java for Primitive Types (String, Integer, Float, and so on), Expressions, Statements, and Blocks Control flow statements include if, if-else, switch statements, while loops, do-while loops, for loops (including the new for each loop introduced in JDK 1.5), and branching statements.
Topics - Constructors, Class Methods, and Access Specifiers, Data Hiding, Abstraction, Inheritance, and Encapsulation Object's Life Cycle, Classes: Abstract, Final, Nested & General Classes, Methods: Abstract, Final, Static, Instance Method, Interfaces and When to Use Them, Enum Types, Packages, Java Annotations.