Old and New Vector Methods
The Vector class was updated to implement the List interface..
Java Notes: Vectors
To Create a Vector.
ArrayList (non-generic)
An ArrayList can be traversed using either iterators or indexes..
ArrayList
An ArrayList has methods for inserting, deleting, and searching..