InterviewSolution
Saved Bookmarks
| 1. |
Which Method Is Used To Reduce The Capacity Of An Arraylist Object? |
|
Answer» trimTosize() is used to reduce the SIZE of the array that UNDERLINES an ArrayList OBJECT. trimTosize() is used to reduce the size of the array that underlines an ArrayList object. |
|