Across
- 1. Generic class in Java that dynamically grows its size
- 4. Block used to handle exceptions
- 7. Exception thrown when trying to access beyond array limits
- 11. Collection interface commonly used with generics
- 12. Keyword used inside a constructor to call another constructor this
- 13. Used to execute cleanup code regardless of exception
- 15. Method to replace element at a specific index
- 16. Block to write code that might throw exceptions
Down
- 2. Method to remove the first element in a LinkedList
- 3. Keyword used to declare that a method might throw an exception
- 5. Special method to initialize new objects
- 6. Method to add element at the end of the list
- 8. Exception indicating a problem with input/output
- 9. Constructor without parameters
- 10. ArrayList is part of ___ package
- 14. Collection interface commonly used with generics
