|
Granted, there's no point in going back through all your old code to replace Vector with ArrayList when the old code works, but that doesn't explain why people continue to use it (and even worse, tell other people to use it).
It's just a flawed class (which, BTW, isn't even going to really exist in 1.5, it's just going to be a front-end to a new collection). It's synchronized but not thread safe. Ugh.
|