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 bubble sort in java?
What is application tier?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
Explain about oops concepts.
What is the functionability stubs and skeletons?
What does method mean?
Why does java not support pointers?
Which oo concept is achieved by using overloading and overriding?
Describe different states of a thread.
What is sortedmap in java?
What are internal variables?
which pattern is default in scanner package?
Explain the overview of UDP messaging.
Why is it important to initialize a variable?
Is java call by value?