Hi all,
Can any one please tell me what is the main diffrence b/w vector class
and arraylist class.
As for as I have gone through the documentation, vector class is
synchronized where else arraylist is not. Is this the only difference
or something more is there.
Thanks in Advance.
Dale King - 31 May 2006 18:31 GMT
> Hi all,
>
[quoted text clipped - 3 lines]
> synchronized where else arraylist is not. Is this the only difference
> or something more is there.
This has been discussed many times in many forums. A quick google search
will point you to many discussions on the subject:
http://www.google.com/search?q=vector+vs.+arraylist

Signature
Dale King