DEVFYI - Developer Resource - FYI

Difference between Vector and ArrayList?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

468. Difference between Vector and ArrayList?

Vector is synchronized whereas arraylist is not.

(Continued on next question...)

Other Interview Questions