Which Java Collections are synchronized, which are not?
Example: HashSet is not synchronized
ArrayList, LinkedList, HashSet,LinkedHashset and TreeSet in Collection Interface and HashMap,LinkedHashMap and Treemap are all non-synchronized.
Vector in Collection Interface is Synchronized