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
Can we instantiate interface in java?
Is set ordered in java?
Similarity and difference between static block and static method ?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is thread safe singleton?
Is java good for beginners?
What is the difference between Java1.4 and Java1.5
In java, how many ways you can take input from the console?
Explain the difference between static and dynamic binding in java?
Difference between string s= new string (); and string s = "abv";?
Is 9 a prime number?
List any five features of java?
How to remove the trailing spaces from a string?
Can a static class implement an interface?
What are heap memory and stack memory and what are memory tables.