Test Preparation on JAVA Test Prep. The Collections Framework

1.

Which of these standard collection classes implements a dynamic array?

Explanation: ArrayList class implements a dynamic array by extending AbstractList class.

Next Question Show Answer