Differentiate Vector and ArrayList?
Answer Posted / chinmay
vector is a legacy class but ArrayList is a collection class
vector is synchronized where as ArrayList is not
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of OOP in java?
What are the basic control structures?
How can we create a synchronized collection from given collection?
What is the public field modifier?
Difference between start() and run() method of thread class?
what is session in java?
Where and how can you use a private constructor?
Are static members inherited to sub classes?
How do you do absolute value in java?
What is difference between variable declaration and definition?
How do you use compareto in java?
Does google use java?
Java is Pass by Value or Pass by Reference?
What do you mean by local variable and instance variable?
What is scope & storage allocation of static, local and register variables? Explain with an example.