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 the difference between I ++ and ++ I in java?
What is a memory leak in java?
How to provide security in java
What is object english?
Tell us something about set interface.
is there a separate stack for each thread in java? : Java thread
What is arrays sort in java?
What is the use of conditional statement?
Can a final variable be manipulated in java?
What are the advantages of exception handling?
Can we override compareto method?
What is java util hashmap?
What is meant by object?
What is encapsulation in java?
Is nullpointerexception checked or unchecked?