Basics of Java
  • Required Tools
  • Basics of Java
  • Important Step!
  • Popular Java Methods (The Math Class)
  • Instance Methods vs Static Methods
  • Variables and Data Types
  • Important Step!
  • Why Variables?!
  • Common Mistakes of Newcomers
  • Important Step!
Data Types in Java
  • Java Primitive Data Types
  • Important Step!
  • Method Signature
  • Important Step!
  • Type Casting - Implicit Casting vs Explicit Casting
  • Important Step!
  • Getting Values From the User
Operators
  • Assignment Operators
  • Important Step!
Conditional Statements
  • The if Statement
  • The else Part
  • Important Step!
Custom Methods
  • Write Your First Java Custom Method
  • Important Step!
Data Structures - ArrayList
  • What is ArrayList in Java?
  • ArrayList Useful Methods
  • Important Step!
Loops in Java
  • Iterating Over an ArrayList by Using for Loop
  • The while Loop
  • Important Step!