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 the difference between Enumeration and Iteration
interfaces? What is the way of to retreive the objects from
these interfaces ?

Answer Posted / suma

1.Enumeration interface applicable legacy implemented classes.
Iterator is applicable for all collection implemented classes.
2.Enumeration :While iterating the elements we are not
allowed to remove the objects just we can perform only read
operation
Iterator:While iterating we can perform removal also in
addition to read operation
3. Enumeration uses elements() method ,
Iterator uses iterator() method

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can we create the ui using netbeans,having the code?

2134


What is class path in java?

992


What is a jpa repository?

963


Is java secure? : java security

1059


How do I open java console?

967


How can I write a program that takes command line input?

933


Do I need both jdk and jre?

1094


Which is faster c++ or java?

978


What is tight coupling in java?

986


What is meant by rest api in java?

994


What does @override mean in java?

1025


Why doesn't lsdou work under windows nt? : java security

940


Is jprofiler open source?

964


In an htm form i have a button which makes us to open another page in 15sec.how will you do that?

1837


What do you understand by numeric promotion?

1075