+ 2
What is Difference b/w Fail-fast iterator and fail safe iterator?
1 Réponse
0
Ashwin Raj
The Major difference between Fail Fast and Fail Safe iterator is that the Fail Safe does not throw any ConcurrentModificationException in modifying the object during the iteration process, contrary to fail fast, which throws an exception in such scenarios