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 |
Is java a virus?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is OOP Language?
Java support what type of parameter passing ?
What is the purpose of format function?
What is the base class for error and exception?
What is the difference between a vector & an array list?
Can we use a switch statement with strings?
How do you stop a thread in java?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
diff between abstract methods and interfaces with programing (code) example?
What is a class ?