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 thread safe java?
What are the principle concepts of oops?
Can we start a thread twice in java?
What is jagged array in java?
What is the collections api in java programming?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What a static class can contains?
What is size_t?
Can memory leak in java?
How will you call an Applet using Java Script Function?
What is difference between Heap and Stack Memory?
Realized?
What is an interoperable application in java ?
What is the use of static methods?
Define inheritance with reference to java.