InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between array list and vector list. |
|
Answer» The first thing that everyone should KNOW about array and vector lists is that both of them are used to implement list interface and an array is used for their internal structures by both of them. Difference Between Array and Vector List:
|
|