What is the differenc between Enemuration interface and
iterator interface according to accessing?
Answer Posted / suresh gangapatnam
While iteration we can remove the elements but it's not in
case enumeration and Enumeration is faster than the
iteration.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why set is used in java?
What is final modifier?
How do you check whether the list is empty or not in java?
which class is the wait() method defined in? : Java thread
What is concurrent hashmap and its features?
Why object class is super class for every class in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Why are the objects immutable in java?
How concurrent hashmap works?
Can we override the private methods?
What are the three parts of a lambda expression?
What is difference between length and length() method in java ?
What is the difference between JDK and JVM?
How do singleton patterns work?
Difference between static binding and dynamic binding?