Introduction
  • Introduction
Unit 1: Primitive Types
  • Variables and Data Types
  • Expressions
  • Assignment Statements
  • Compound Assignment Operators
  • Casting
  • Ranges of Variables
Unit 2: Using Objects
  • Introduction to Objects
  • Calling A Void Method
  • Calling A Void Method With Parameters
  • Calling A Non-Void Method
  • Strings
  • String Methods
  • Wrapper Classes
  • Using The Math Class
Unit 3: Boolean Expressions and If Statements
  • Boolean Expressions
  • If-Else Statements
  • Else-If Statements
  • Compound Boolean Expressions
  • Comparing Objects