Java8
May 16, 2023
[Java8] Avoid "ConcurrentModificationException" while removing elements from `ArrayList` while iterating it
Have you ever removed some element while iterating over the arrayList or collection objects? If yes, Have you encountered "ConcurrentModificationException"...