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 does sizeof return?
Tell us something about an iterator.
How do I know if java is installed?
What are the differences between getting and load method?
What is ide with example?
What is the core java?
How to sort elements in a parallel array in java?
What is strings in java?
What is the difference between procedural and object-oriented programs?
What is the difference between a window and a frame in java programming?
Which methods are used during serialization and deserialization process?
What is the difference between preparedstatement and statement in java?
Can a class have multiple constructors?
What is the purpose of static methods and variables?
What is main method?