Answer Posted / siva thimmannagari
Iterator supports only hasNext(),
next() and remove() methods.
It is not synchronized.
Enumeration supports ONLY
hasMoreElements(), nextElement().
It is synchronized.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a variable in java?
How many classes can any class inherit java?
What is variable and its types?
What are the restrictions imposed on method overriding?
What is the different between get and post?
how does the run() method in runnable work? : Java thread
Highest level event class of the event-delegation model?
What do you mean by default constructor in java?
Why object class is super class for every class in java?
Break statement can be used as labels in java?
How to overcome the exception object reference not set to an instance of object?
What is a instance variable in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is object-oriented paradigm?
What is a native method in java programming?