Answers

Question and Answer:

  Home  Java Classes

⟩ What is enumeration?

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.

 132 views

More Questions for you: