Vector and ArrayList

what is the different between Vector and ArrayList?which one is best?
[83 byte] By [MCA134a] at [2007-11-27 1:42:18]
# 1
Please read the API for each for a description of them. Thre is no best. However, unless you have a specific reason not to, prefer ArrayList over Vector.
ChuckBinga at 2007-7-12 0:58:45 > top of Java-index,Java Essentials,Java Programming...
# 2
Nothing is always best. It depends on the requirement.Do you think a double better than an int because it can represent decimal places ?
rym82a at 2007-7-12 0:58:45 > top of Java-index,Java Essentials,Java Programming...