Vector VS ArrayList - Which has better performance and why?
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?
Can you answer this question?
Write Answer1 Answers