What is enumeration?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java Classes Job Interview Questions And Answers