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 navigable map in java?
What is this keyword in java?
Explain access specifiers?
0 Answers Thomson Reuters, Virtusa,
Explain the importance of import keyword in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is unicode used for?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
Can we make the abstract methods static in java?
What are the methods used to implement for the key object in the hash map?
why an outer class cannot be declared as private?
What is difference between path and classpath variables?
Explain reverse a linked list iterative solution in java?