Q. In ListIterator, when a call to next() or previous(), if a call is made to set(E element) followed by add() or remove() what happens?
β
Correct Answer: (C)
ConcurrentModificationException