What is enumeration?

Questions by a_renapurkar   answers by a_renapurkar

Showing Answers 1 - 5 of 5 Answers

rabbi

  • Jul 1st, 2006
 

public interface Enumeration . An object that implements the Enumeration interface generates a series of elements, one at a time. Successive calls to the nextElement method return successive elements of the series.

  Was this answer useful?  Yes

ramjee

  • Nov 2nd, 2006
 

Enumeration is a legacy class it is same like Iterator i.e.it will add one element at a time the only diff is we cannot delete an element in Enumeration.

cheers,

Ramee..

  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