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 a double?
Can we start a thread twice in java?
Write a java program for binary search?
List some oops concepts in java?
What is the purpose class.forname method?
What is time complexity java?
Which eclipse is best for java?
What is the multi-catch block in java?
What is early binding and late binding in java?
Can we override singleton class?
How to make a non daemon thread as daemon?
What are the new features in java 8?
Is integer a class?
Can we convert stringbuilder to string in java?
How list contains works in java?