how to remove ConcurrentModificationException

Posted by maverick on Stack Overflow See other posts from Stack Overflow or by maverick
Published on 2010-03-25T06:35:17Z Indexed on 2010/03/25 6:43 UTC
Read the original article Hit count: 263

what is this exception and how to remove this in my problem i am creating an arraylist of objects, and after checking some condition,i want to remove some objects. but the program is giving this exception ConcurrentModificationException. how to remove this thanks in advance

© Stack Overflow or respective owner

Related posts about java

Related posts about exception-handling