What is an enumeration class

Showing Answers 1 - 1 of 1 Answers

rschandola

  • May 31st, 2007
 

The enumeration is an Interface, by which we can enumerate( obtain one at a time) the elements in a collection. It has 2 methods:

boolean hasMoreElement()

Object nextElement()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions