Hunter Hillegas wrote:

> I use Vectors in some parts of my Web app and I'm thinking about using
> ArrayLists instead...
>
> Any caveats to using them in a Web app environment?
>
> Hunter

Vectors are thread safe, by default ArrayLists aren't.

Reply via email to