Atlassian interview question

Third Round: Java Concurrency Problem. Factory design pattern.

Interview Answer

Anonymous

15 Apr 2017

the java exeception: concurrentmodificationException. it needs to be fixed by creating a new HashSet, rather than directly iterate the users, which is a hashset

1