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
Write a program to print the pattern given below
What is the Scope of Static Variable?
Explain list interface?
Is 0 true or false?
What is illegal identifier in java?
What is square root in java?
Explain about exception propagation?
What is the generic class?
Which software is used for java programming?
What is mean by encoding?
Difference between throw and throws?
What is a vector in java?
Which is fastest collection in java?
What are the types of web technologies?
Explain the difference between protected and default access.