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


Please Help Members By Posting Answers For Below Questions

What is the difference between I ++ and ++ I in java?

749


What is a memory leak in java?

792


How to provide security in java

2027


What is object english?

834


Tell us something about set interface.

779


is there a separate stack for each thread in java? : Java thread

785


What is arrays sort in java?

769


What is the use of conditional statement?

763


Can a final variable be manipulated in java?

763


What are the advantages of exception handling?

808


Can we override compareto method?

731


What is java util hashmap?

747


What is meant by object?

798


What is encapsulation in java?

863


Is nullpointerexception checked or unchecked?

770