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...

collection framework hirarchy?

Answer Posted / yadaiah

Collection is the root interface for all the hierarchy (except Map).
Set interface unique feature is that it does not accept duplicate elements. That is, no two elements will be the same.
SortedSet interface is derived from Set interface and adds one more feature that the elements are arranged in sorted order by default.
List interface permits duplicate elements.
Queue interface holds elements and returns in FIFO order.
Map adds the elements in key/value pairs. Duplicate keys are not allowed, but duplicate values are allowed. One key can map one value only.
SortedMap interface is a particular case of Map. Keys are sorted by default.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a custom tag?

975


How do you create message resource?

1051


how to get the last 10 elements using logic:iterate in struts with hiernate from database.

4561


What is the difference between struts and spring?

993


How we can install struts?

1056


What is struts and springs in java?

1138


In struts, how can we access java beans and their properties?

1079


What kind of mvc is struts 2?

1064


What are the cons of struts 2?

1055


What are the features of struts 2?

1125


Name some useful annotations introduced in Struts2?

1013


What is struts.devmode?

1099


How can we display all validation errors to user on jsp page?

1122


What does validation interceptor?

1052


Lists the bundled validators in struts?

1071