Answer Posted / janet
An object that implements the Enumeration interface
generates a series of elements,one at a time. It has two
methods,namely hasMoreElements() and nextElement().
hasMoreElements() tests if this enumeration has more
elements and nextElement() method returns successive
elements of the series.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is nested interface?
How can we pass argument to a function by reference instead of pass by value?
What does java final mean?
What is an eror in java?
What are different ways of object creation in java ?
What do you understand by final value?
How does predicate work in java?
How do you take thread dump in java?
Is singleton class immutable?
How to declare objects of a class ?
Can static methods be inherited?
What is string english?
What is a website container?
What is the difference between compiler and jvm?
What initialize variables?