Java Vocabulary Review

12345678910111213
Across
  1. 4. cannot be changed
  2. 5. a method that sets parameters
  3. 6. name of a variable, method or class
  4. 8. the has-a relationship between classes
  5. 9. a method that gets parameters
  6. 10. a program that translates code into machine language
  7. 12. a collection of values of the same type stored in contiguous nenory locations
  8. 13. assigned to values data (ex. Data[0])
Down
  1. 1. setting an newly allocated object to an initial state
  2. 2. a value of a class type
  3. 3. lol he didnt give a definition
  4. 5. the part of the program in which a variable is defined
  5. 6. a class that is defined inside another class
  6. 7. a sequence of characters
  7. 11. a method with the same name, but different arguments