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
How do you use equal in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is the difference between arraylist and hashset in java?
What does string intern() method do?
What is the arraylist in java?
What is meant by distributed application? Why are we using that in our application?
Which package is always imported by default?
How would overload a function based on return type?
How many ways can you break a singleton class in java?
What are the library functions in java?
What is the difference between Error, defect,fault, failure and mistake?
What is a parameter in matrices?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How does linkedhashmap work in java?
How to perform selection sort in java?