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
How do generics work?
How many classes can any class inherit java?
What is a finally block? Is there a case when finally will not execute?
What is the purpose of a volatile variable?
What is flush () in java?
What are keyboard events?
What are the difference between string, string builder, and string buffer in java?
Why are pointers not secure?
Can a main method be declared final?
What does substring mean?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What does nextint () do in java?
What is argument in java?
What is difference between final and finally in java?
Is java developer a good career?