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 a class reference?
Does set allows null in java?
What is the simpletimezone class in java programming?
Write java program to reverse string without using api?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
What is synchronization and why is it important in java programming?
What type of value does sizeof return?
Can the interface be final?
what is tempplate pattern
Do I need java for windows 10?