Is there a Vector package in Java like there is in C++? I'm aware that C++ uses vectors as arrays and I remember someone on these forums saying to me that the Vector class in Java implements something similar to the Dynamic Array function in VB. This true?
