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

How long do struts last?

980


What are the core classes of struts?

1100


How can we group related actions in one group in Struts?

1018


What is the use of struts?

1021


What is the use of struts config xml file?

923


What is struts2 in java?

1110


Describe validate() and reset() methods.

1138


What is the use of jsonvalidation?

1174


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

1108


What configuration changes are required to use Tiles in Struts?

1061


What is token used for?

967


How is token generated?

1074


What is request processor and how does it relates to action mapping?

1085


What do you mean by ognl?

1044


What is the struts in java?

984