Thread: Why Vector
View Single Post
Old 08-03-2003, 05:53 PM   #1 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,152
Belisarius is on a distinguished road
Why Vector

I've been poking around a few Java forums, and notice a lot of people use Vector. Why? It's slow and designed for threaded operations. Why don't more people use ArrayList? I use Vectors nowadays only when I want to synchronize data across threads.
__________________
GitS
Belisarius is offline   Reply With Quote