Answer Posted / muralisankar
Both are to navigate collection objects. But Enumerator you
can not manipulate where as in Iterator you can add and
remove objects.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Difference between serialization and deserialization in java?
What is keyword and identifier?
What is the difference between throw and throws in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Explain what do you mean by functional overloading in java?
How do you clear a list in java?
What is the benefit of using enum to declare a constant?
Will set allow duplicates in java?
What is the difference between serializable and externalizable interfaces?
What do you mean by multithreaded program?
What are pass by reference and pass by value?
Is treeset sorted in java?
What is function and method in java?
Is Constructor possible in abstract class in java ?
Can I extend singleton class in java?