When to prefer ArrayList over array
- A
Fixed-size, performance-critical primitive storage
- B
Recursive data only
- Ccheck_circle
Dynamic-size, with object/Integer/String elements
- D
Multi-dimensional data only
Explanation
ArrayList offers convenient resizable interface for objects.