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
How do you calculate roots in java?
If you are given the name of the function at run time how will you invoke the function?
What is a two-pass assembler?
What is string and its types?
What is a qms manual?
Explain about the dynamic behavior of core java?
What is map in java?
What is the difference between Error, defect,fault, failure and mistake?
Does a function need a return?
What do you mean by data type?
What is canonical name in java?
What is the generic class?
Does apple use java?
what is the difference between process and thread? : Java thread
how we can make a read-only class in java?