what is ennumaration?
Answers were Sorted based on User's Feedback
Answer / gunjan
Enumaration is an interface,has only two method
hasMoreElement() , nextElement. its used to iterate the
collection obj.
but it can be applicable only for the legacy class
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sujanya
Enumaration is an intetrface.It enumarates the elements
from top to bottom
| Is This Answer Correct ? | 3 Yes | 1 No |
What is xslt in java?
Is array a class?
What is the significance of listiterator?
How big is a boolean?
Why wait and notify methods are declared in object class?
What are different types of multitasking?
How can you make a class serializable in java?
question on Thread synchronization
How does arrays sort work in java?
What is difference between iterator and enumeration in java?
How do you use find and replace?
What is null object in java?