InterviewSolution
Saved Bookmarks
| 1. |
Which of these class can generate an array which can increase and decrease in size automatically?(a) ArrayList()(b) DynamicList()(c) LinkedList()(d) MallocList() |
|
Answer» The correct choice is (a) ArrayList() For explanation: None. |
|