Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

concurrent modification exception

The problem arises when you add or delete an item in your array list, 
you should use "CopyOnWriteArrayList" for this
 
PREVIOUS NEXT
Tagged: #concurrent #modification #exception
ADD COMMENT
Topic
Name
1+7 =