Tagged Questions

2
votes
3answers
70 views

What do you exactly mean by HashMap's iterator is fail-fast and HashTable's enumerator isn't?

I was looking up the difference between the two classes and this point came up in a lot of the answers with this blog being the source: ...