dennismichel
Programmer
Hi
I have a jsp application.
In this program, each user may make simultaneous purchases.
So I need a way to store several itens.
I chose to use a Vector, but I read that's better to use ArrayList, because it's faster than Vector.
In this situation, what should I use?
Thank's dennis
I have a jsp application.
In this program, each user may make simultaneous purchases.
So I need a way to store several itens.
I chose to use a Vector, but I read that's better to use ArrayList, because it's faster than Vector.
In this situation, what should I use?
Thank's dennis