Across
- 2. method to convert a String to an array of characters (7)
- 8. data structure to store a collection of objects (8)
- 9. add an element to the end of an ArrayList (4)
- 10. A sequence of characters (7)
Down
- 1. method to determine the length of a String (4)
- 3. A mutable sequence of objects (10)
- 4. method to remove an element from an ArrayList (6)
- 5. method to check if a String contains a specific character (7)
- 6. method to concatenate two Strings (5
- 7. method to reverse a String (6)
