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 |
Can we have any code between try and catch blocks?
What is difference between string and stringbuffer?
What is the difference between length and size in java?
What is java regex?
a thread is runnable, how does that work? : Java thread
Does java support multi dimensional arrays ?
How many bytes is a character?
What is the console in java?
Which access specifier can be used with class ?
What is an empty string in css?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
What is the % operator?