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 do you stop a thread in java?
What does java edition mean?
What is the benefit of using enum to declare a constant?
How is it possible for two string objects with identical values not to be equal under the == operator?
How many wrapper classes are there in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Which oo concept is achieved by using overloading and overriding?
What are java annotations?
Which one of the following suits the description of a string better: derived or primitive?
Which access specifier can be used with class ?
How are observer and observable used in java programming?
How to add menushortcut to menu item?
Can we override the static method?
What is the final keyword denotes?
Which data type is a class in java?