FinalReview

View project on GitHub

FinalReview

Week 01

  • Von Neumann Architecture _
  • Memory and Storage Sizes (Byte, KB, MB, GB, TB)
  • Number Systems (Conversion, Overflow)
  • JVM, Compiler
  • Class
  • System Class (System.out.println();)

Week 02

  • Primitive Types (int, double, char, String)
  • Reference Types (new, call functions) …Built in type (Character.isDigit())
  • Operators
  • Type Promotion and casting

Week 03 Selection

  • If, else, else if (The brackets!)
  • Switch (The BREAK!)

Week 04 Repetition

  • while
  • do while
  • for
  • for each _

Week 05 Array

  • Methods to init an array _
  • Get the index

Week 06 Class and Method

  • Access Modifiers (public, friend, protected, private)
  • static
  • void, int
  • Constructor

    Class

  • Encapsulation

    Fields

  • Scope rule
  • Extent
    Variables
  • Instance variables
  • Class variables
  • Local variables
  • Parameters
  • ‘this’

    Methods

  • Overload
  • Signature (name + para_type)

Notes