Q60
What happens if two threads simultaneously modify TreeSet?
A.
ConcurrentModificationException is thrown
AnswerB.
Both threads can perform action successfully
C.
FailFastException is thrown
D.
IteratorModificationException is thrown
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board