Oracle interview question

what is the difference between Vector and ArrayList

Interview Answer

Anonymous

Feb 13, 2012

the vector is thread safe type, whyle the array list is not + some minor functionality.