-
Which of these class object can be used to form a dynamic array?
-
- Vector
- ArrayList & Vector
- Map
- ArrayList
- None of these
Correct Option: B
Vectors are dynamic arrays, it contains many legacy methods that are not part of collection framework, and hence these methods are not present in ArrayList. But both are used to form dynamic arrays.