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 |
List down the methods and interfaces of collection class in java.
What is final keyword?
Is java code slower than native code?
Why 1 is not a prime number?
what is the difference between String and StringBuffer classes?
Can we override constructor in java?
What is number data type?
What a static class can contains?
what is finalmethod & final variable with example?
What is class and object in java?
What is the differenc between Enemuration interface and iterator interface according to accessing?
Define max and min heap, also the search time of heap.