what is the difference between ArrayList and Vector
Answer Posted / ganesh nagalingam
I am adding some more points to the above answers.
Array list and Vector have one in common. They both
implement Random Access.
It is possible to provide synchronization using Array List
by using the utility methods in Collection.
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is scope & storage allocation of global and extern variables? Explain with an example
How many digits can a float hold?
What is parsing a sentence?
Explain the protected field modifier?
What is a stack class in java ?
Difference between character constant and string constant in java ?
What is the definition of tree ?
What is the use of static methods?
What are the advantages and disadvantages of object cloning?
Explain different forms of polymorphism?
What are the benefits of operations?
What is java lang object?
List implementations of list interface?
Why singleton is not thread safe?
What is the hashcode () and equals () used for?