Thursday, June 7, 2007

ArrayList v/s Vector

Arraylist is not synchronized while vector is. (not thread safe) Arraylist has no default size while vector has a default size of 10. Arraylist don't define any increment size while vector does. ArrayList implements Iterator Interface for traversing While Vector implements Innumerator Interface for traverse.

0 Comments: