Join Examsbook
992 0

Q: What’s the difference between Enumeration and Iterator interfaces ?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

Enumeration is twice as fast as compared to an Iterator and uses very less memory. However, the Iterator is much safer compared to Enumeration, because other threads are not able to modify the collection object that is currently traversed by the iterator. Also, Iteratorsallow the caller to remove elements from the underlying collection, something which is not possible with Enumerations.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully