What is the differenc between Enemuration interface and
iterator interface according to accessing?
Answer Posted / eganesh
Enumeration and Iterator both are using looping statement.
Enumeration is legacy class.iterator is cotains extra
method than Enumeration.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the reason behind ending a program with a system.exit(0)?
Why does abstract class have constructor?
What is logical variable?
What is sortedmap interface?
How java uses the string and stringbuffer classes?
What is thread safe java?
What language is pass by reference?
Why do we need variables?
Why are data types important?
What is lambda in java?
What is formatted output?
What will be the initial value of an object reference which is defined as an instance variable?
What is hash table in java?
What are the advantages and disadvantages of reference counting in garbage collection?
What is the difference between numeric and integer?