Answer Posted / janet
An object that implements the Enumeration interface
generates a series of elements,one at a time. It has two
methods,namely hasMoreElements() and nextElement().
hasMoreElements() tests if this enumeration has more
elements and nextElement() method returns successive
elements of the series.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is call by reference possible in java?
What is a newline character in java?
Is upper case in java?
What is string pooling concept?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
How to calculate the length of a singly linked list in java?
Does the order of public and static declaration matter in main method?
What are local variables?
What is class forname?
Explain 5 features introduced in jdk 1.7?
What are the methods of object class ?
What is a boolean field?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is the difference between procedural and object-oriented programs?
Why are arrays useful in java?