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
What is the concept of multithreading?
Can we sort hashmap in java?
How to create a base64 decoder in java8?
Explain the difference between hashmap and hashtable in java?
Is null an object java?
What is connection class in java?
What is close method? How it's different from Finalize & Dispose?
what are the methods in object?
How many types of string data types are there?
When will you define a method as static in Java?
Can we start a thread twice in java?
What is string and example?
Write the algorithm to check the number non-leaf nodes in a tree.
Is java jre still free?
Are arrays dynamic in java?