Computer Science, asked by Debidutta1874, 10 months ago

Which of the standard collection classes implements a dynamic array?

Answers

Answered by Akhilrajput1
1
When this size is exceeded, the collection is automatically enlarged. When objects are removed, the array may be shrunk. Which of these standard collection classes implements a dynamic array? ArrayList class implements a dynamic array by extending AbstractList class.
Answered by rahularyan720
0

Explanation:

ArrayList class

Which of these standard collection classes implements a dynamic array? Explanation: ArrayList class implements a dynamic array by extending AbstractList class.

for

Similar questions