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
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What are the types of relation?
What is jit and its use?
Define immutable object?
What is the lifetime and scope of a variable?
Is Java a dying language?
What is singleton class example?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Which collection does not allow duplicates in java?
What is the difference between I ++ and ++ I in java?
Describe the process as to how substring() methodology mechanisms in java.
Is binary a low level language?
What is the basic difference between string and stringbuffer object?
Is math class static in java?
How to print nodes of a Binary tree?