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 |
Is java a prime method?
How do generics work in java?
Explain the selection sort algorithm?
How do you add an element to a set in java?
Where are register variables stored?
What does isempty () do in java?
What are different access specifiers in java? Explain
Explain, why the constructor is required in implemented class?
what is collections in java?
What is meant by distributed application? Why are we using that in our application?
List some important features of java 10 release?
What is difference between float and double?