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 api in java?
Can we sort a map in java?
what is the difference between Object Based Language and Object Oriented Language?
What do you understand by Header linked List?
What are some examples of variable costs?
How do you override a method?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Can a private method be declared as static?
How to make a non daemon thread as daemon?
How will you initialize an Applet?
Why does java not support operator overloading?
How can you read content from file in java?
What is keyword auto for?
Can we start a thread twice in java?
How are observer and observable used in java programming?