Does Collections.syncronizedList(new ArrayList()) effectively makes the arrayList a vector? If no then what extra does it do?
If yes then why was it introduced in the first place?
Thanks.
|
Does Thanks. |
||||
|
|
|
It provides a synchronized view (a wrapper) of any list. The differences:
|
|||
|
|
|
|||
|
|
|
So the wrapper is absolutely not the same as a |
|||
|
|