Final Exam Review fall 2016

Chapter 7

  • Selection Sort
  • Arrays.sort

Chapter 8

  • Two Dimensional Arrays
  • Declaring and initializing a 2D array
  • Accessing elements in a 2D array
  • Iterating through all values in a 2D array
  • Non-rectangular arrays
  • Passing 2D arrays as parameters
  • Returning 2D arrays from a method

Chapter 9

  • Objects
  • Classes
  • Data fields
  • Methods
  • Static data/methods
  • Constructors
  • Creating objects with new.
  • Accessors and Mutators
  • private and public
  • Passing objects as parameters
  • Returning objects from methods
  • Arrays of objects
  • this to reference data fields
  • this to call constructors
  • Variable scope

Old Material


Important Algorithms

This list is not exhaustive.
Clif Presser<cpresser@gettysburg.edu>
Last modified: Mon Dec 5 15:06:11 EST 2016