Users Pricing

forum

home / developersection / forums / vector vs arraylist - which has better performance and why?

Vector VS ArrayList - Which has better performance and why?

Anonymous User 2115 08 Oct 2015
Hi , In java collection i know what is difference between ArrayList and Vector. Vectors are synchronized which will cause performance issues. So i what to know exactly what would be the performance issue if i use vectors in my application? When should we use vector instead of ArrayList?

I am a content writter !


1 Answers