Java - Collection - Vector

Vector:

  • It is Synchronized. It means it is thread-safe
  • It is a Legacy Class. It means it is introduced Java 1.0
  • Performace is slow compared to Arraylist due to Synchronized.
  • It will increase the size 100%

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab