Tuesday, July 19, 2011

Java Questions - 16

What's the main difference between a Vector and an Array List?

Java Vector class is internally synchronized and Array List is not synchronized.

No comments: