Intellect Crossword - JAVA 6

12345678910
Across
  1. 2. What is a collection that stores elements in key-value pairs? (3 letters)
  2. 6. What Java structure allows the handling of multiple exceptions? (9 letters)
  3. 7. What is the main entry point of a Java application? (4 letters)
  4. 8. What is the term for a situation where two methods have the same name but different parameters? (12 letters)
  5. 10. What is the term for a class that implements multiple interfaces? (8 letters)
Down
  1. 1. What Java feature allows behavior to be defined for multiple classes? (12 letters)
  2. 3. What keyword prevents a class from being inherited? (5 letters)
  3. 4. What is the parent class of all Java exceptions? (9 letters)
  4. 5. What is the term for a sequence of characters in Java? (6 letters)
  5. 9. What is the Java keyword for indicating a method does not return a value? (4 letters)