Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is diff bet iterator and enumeration?

Answers were Sorted based on User's Feedback



what is diff bet iterator and enumeration?..

Answer / muralisankar

Both are to navigate collection objects. But Enumerator you
can not manipulate where as in Iterator you can add and
remove objects.

Is This Answer Correct ?    8 Yes 1 No

what is diff bet iterator and enumeration?..

Answer / siva thimmannagari

Iterator supports only hasNext(),
next() and remove() methods.
It is not synchronized.


Enumeration supports ONLY
hasMoreElements(), nextElement().
It is synchronized.

Is This Answer Correct ?    1 Yes 0 No

what is diff bet iterator and enumeration?..

Answer / aslam

Iterator has an additional method remove() and also
iterator checks for the concurrent modifications which will
be useful in multi threaded applications.

while Enumerator is much faster for sequential
access over collection elements, because it doesnot have
the additional overhead of checking concurrent modifications

Is This Answer Correct ?    0 Yes 0 No

what is diff bet iterator and enumeration?..

Answer / raju

From my experiance shows Enumeration is thread safe ..

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Core Java Interview Questions

how to create an applet

2 Answers  


What are the advantages of java over C++?

0 Answers  


What is dynamic binding(late binding)?

0 Answers  


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

0 Answers   Aricent,


whats string ?

10 Answers   HCL,


In which JDK version event-delegation model is introduced?

1 Answers  


How is java created?

0 Answers  


What is difference between iterator access and index access?

0 Answers  


Explain working of call by reference function invoking.

0 Answers   Amdocs,


How to use string tokenizer class.

0 Answers  


Can variables be used in java without initialization?

0 Answers  


What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


Categories