Collections
- Which of these standard collection classes implements a dynamic array?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
ArrayList class implements a dynamic array by extending AbstractList class.