forum

Home / DeveloperSection / Forums / Vector VS ArrayList - Which has better performance and why?

Vector VS ArrayList - Which has better performance and why?

Anonymous User175408-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?

Updated on 08-Oct-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By