Difference between Vector and Arraylist in Java
In Java ArrayList and Vector classes both are implements List Interface, and both are using resizable and growable Array for internal data structure. Differences with respect to : Methods: Thread Safety: Performance: Legacy: Increment Size: