1. Vector and Arraylist are
grownable or shinkable where array is not.
2. Vector and Arraylist are implemented from List interface where as array
is a primitive data type
3. Vector is Synchronized where as arraylist is not
4. For best performance better to use
arraylist than vector.
|
No comments:
Post a Comment