what is ennumaration?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sujanya
Enumaration is an intetrface.It enumarates the elements
from top to bottom
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the difference between double and float variables in java?
What is super?
How many boolean functions are there?
What is boolean data type in java?
Can you extend more than one interface?
What is callable java?
How do I get 64 bit java?
Why do we declare a class static?
Can we override final method?
How does enum work in java?
Explain about OOPS concepts and fundamentals.
What is use of super keyword in java?