Java Concepts

  • variable type and declaration (pp. 11 - 14)
  • code blocks (use curly braces)
  • loops, with break and continue (pp. 15-16)
  • Arrays --- fixed length, must declare type
  • Strings and common methods
  • Static methods (pp. 22 - 24)