Midterm

123456789101112
Across
  1. 1. In memory, objects themselves are stored here
  2. 4. modifier that grants everyone access
  3. 6. this occurs to all local variables and objects when they are no longer being used
  4. 8. assertTrue("abc".________("abc"));
  5. 10. A stack is a ______(acronym) data structure
  6. 11. ______________(Programming) is a paradigm to create reusable pieces of code blueprints which can create many instances of an object
  7. 12. A queue is a _____(acronym) data structure
Down
  1. 2. Implementation of an ADT which creates the illusion of a resizable array
  2. 3. every class is a subclass of this class
  3. 5. A set of specifications for the minimum methods a class must implement
  4. 7. A linear collection of data elements whose order is not given by physical memory addresses but rather pointers to eachother
  5. 9. A container class used to store some value and a reference to another instance of this class