What is the difference between Enumeration and Iterator ? - 0 views
-
Javin Paul on 10 Apr 11A good explanation of frequently asked java interview question Iterator vs Enumeration.Between two Enumeration is older and its there from jdk 1.0 while iterator was introduced later.The functionality of Enumeration interface is duplicated by the Iterator interface.