Which Java Collections are synchronized, which are not?
Example: HashSet is not synchronized
I guess each implementation of collection API has it written in documentation.