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 variable & constant?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
What are the types of methodology?
What is floor math?
How would you dynamically allocate memory to an array?
Can we serialize static variables in java?
Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify
Why does abstract class have constructor?
Why is core java important?
What are the differences between path and classpath variables?
How to access arraylist elements in java?
What is string and example?