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 many types of keywords are there?

0 Answers  


What is use of map in java?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


Which category the java thread do fall in?

0 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,


Program to find greatest prime number in n numbers?

3 Answers   Huawei,


What are advantages and disadvantages of OOPs?

0 Answers   Amdocs,


What is a ?

0 Answers  


What are basic keywords?

0 Answers  


How many types of methods are there?

0 Answers  


What is the output of the below java program?

0 Answers  


what is the diffrences between platform independent and portable

5 Answers   TCS,


Categories