First thing is Vector also implements a resizable array like ArrayList, so both are resizable data structures. Vector class is there in
Java since the begining and ArrayList was intoduced as part of the Collection framework. Vector class is also retrofitted into the java collection framework to implement the List interface in Java 2 v1.2 . And finally Vector is synchronized and ArrayList is not.