Is Vector Deprecated?
843793Dec 1 2004 — edited Dec 8 2004Hi,
I am currently using Vectors in my Application, but was told that it is slow and marked for deprecation? I understand that Vectors are Thread Safe and incur slight overheads but should I consider moving on to the List classes instead.
Performance is critical in my Application.
Any thoughts on this will be appreciated.
J3DU