Vector and ArrayList

  1. Vector is synchronized while ArrayList is not synchronized. In Vector class all the methods are synchronized.
  2. Vector is slow as it is thread safe.

Stack is subclass of Vector

results matching ""

    No results matching ""