Answer Posted / gunjan
Enumaration is an interface,has only two method
hasMoreElement() , nextElement. its used to iterate the
collection obj.
but it can be applicable only for the legacy class
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When object is created and destroyed?
What is the static keyword?
What is the common usage of serialization? What exceptions occur during serialization?
What does bitwise or mean?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is a string token?
Explain the use of javap tool.
What is the return type of the main method?
When should a function throw an exception?
What is strings in java?
How many types of literals are there in JAVA?
What is hash table in java?
How do singleton patterns work?
Is space a char?
What are the different types of constructor?