Computer Science, asked by fardinnakum18, 1 month ago

What are ArrayList and Vector?

Answers

Answered by firozadodmani
1

Answer:

ArrayList and Vector both implements List interface and maintains insertion order. ... Vector is synchronized. 2) ArrayList increments 50% of current array size if the number of elements exceeds from its capacity. Vector increments 100% means doubles the array size if the total number of elements exceeds than its capacity

Answered by anushkabhawsar3
0

Answer:

ArrayList and Vector both implements List interface and maintains insertion order. ... Vector is synchronized. 2) ArrayList increments 50% of current array size if the number of elements exceeds from its capacity. Vector increments 100% means doubles the array size if the total number of elements exceeds than its capacity.

hope it's helpful dear

plz flw me

mark brainlist

Similar questions