Across
- 3. LinkedList is implemented as a ___ list
- 4. The package that contains ArrayList
- 6. Collection class used with generics
- 9. Method to remove an element by index from ArrayList
- 11. The base class for all exceptions in Java
- 12. Exception caused by dividing by zero
- 15. Java keyword to indicate inheritance
Down
- 1. Method to add an element at the end of a LinkedList
- 2. Method to replace an element at a specified index in an ArrayList
- 5. Method to find the number of elements in LinkedList
- 7. A block to define code that might throw errors
- 8. Interface that ArrayList indirectly implements, supports sequential access
- 10. Interface for ordered collections like LinkedList
- 13. Keyword used to explicitly throw an exception
- 14. Method to check if the list is empty
