Array List Flashcards
1
Q
Ordered sequence of values
A
List
2
Q
Are duplicates allowed in a list?
A
Yes
3
Q
What are the components of an Array List Structure?
A
- Array
- Size
- Capacity
4
Q
What is the “size” of an array list?
A
Current number of elements in array
5
Q
What is the “cap” of an array list?
A
Supportable elements in array