What is an enumeration class?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikiran(aptech mumbai)
enumeration class contains the method elements to traverse
threw the elements of collection
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the exact difference in between Unicast and Multicast object?
Explain listiterator and methods in listiterator?
List some important characteristics on jre
What is double data type?
Does a class inherit the constructors of its superclass in java programming?
What is multithreading in java?
Can we inherit inner class?
What is a function in programming?
What is the purpose of return statement?
Can we have this () and super () together?
Can an abstract class have a constructor?
What is singleton class in ruby?