The general rule is that you can’t modify a collection/array/list while iterating over it. If you are trying to modify loop while iterating you will get
Learn, Share and Grow with me !
The general rule is that you can’t modify a collection/array/list while iterating over it. If you are trying to modify loop while iterating you will get