What is the differenc between Enemuration interface and
iterator interface according to accessing?
Answer Posted / muthuraman
Enumeration is a read only interface, by using this we can
loop thro' the elements only. But using iterator interface
we can traverse and also remove the object.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many java versions are there?
Are maps ordered java?
Can you change array size in java?
What are the types of java?
Why array is used in java?
How to instantiate member inner class?
What are data structures in java?
What is the basic concepts of OOPS?
What are the benefits of operations?
How do you square a number in java?
Does .length start 0 java?
How to create a base64 decoder in java8?
What is regex java?
How can we break singleton in java?
How do you compare characters in java?