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
Explain with example the concept of constant variable in java.
What is array class in java?
Which is a valid identifier?
How do you do absolute value in java?
What is the main function in java?
How do you write a conditional statement?
What is the impact of declaring a method as final?
Explain aggregation in java?
What is the default size of set in java?
What are the access modifiers in java?
What is assembly condition codes?
What is an object class?
What is the default value of an object reference declared as an instance variable?
List some java keywords sun like c, c + + keywords?
What is autoboxing and unboxing?