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
How do you escape in java?
Is Java a dying language?
Is set sorted in java?
What is data object example?
How to declare objects of a class ?
What are methods of a class?
What does yield method of the thread class do?
How to call one constructor from the other constructor ?
Can inner class final?
Define inheritance with reference to java.
Define packages in java?
What is json parser in java?
What are the five major types of reference sources?
What kind of variables can a class consist?
What is the purpose of lambda expressions?