Thanks Henry, Shivalkar and Jeff. Need few more clarifications.
Consider the same example with little modification,
In this case , lets consider both student map and student meta data map are atomic and needs to be synchronized.
Would collections.sync'dmap or concurrent hash map be required in this scenario or normal Hashmap is suffice??? (Note: Both maps are updated/accessed only from synchronized method of College class).
Thanks in Advance.