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 array serializable java?
difference between vectorlist and hash
What is a list in java?
What is an interoperable application in java ?
What is array sorting in java?
What is numeric function?
Can memory leak happen java?
Tell me the programme for this @ 1 2 @ @ @ 1 2 3 4
5 Answers Accenture, iGate, IntoNET, Value Labs,
When a byte datatype is used?
Write a function to print Fibonacci series and Tribonacci series?
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
Which sorting algorithm is in place?