what is the difference between ArrayList and Vector
Answer Posted / payel
I would like to answer this question as point...which would be easier to remember
1.Vector is synchronized whereas an arraylist is not synchronized
2.Vector is an object whereas an arraylist is a part of the collection framework
3.Vector has a default size of 10 whereas an arraylist has no default size
4.Vector requires an iterator to display its contents whereas an arraylist does not require any iterator
5.Vector defines an increment size whereas an arraylist does not define any increment size
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why is stringbuffer not immutable?
Differentiate between class and structure.
What are 5 boolean operators?
List types of storage classes in java?
What is array sorting in java?
Can we use switch statement with strings?
When does a class need a virtual destructor?
What is anti pattern in java?
What is the generic function?
How to sort array of 0 and 1 in java?
How do you compare two objects?
How will you add panel to a frame?
What is void keyword?
What is finally block?
Is a class subclass of itself?