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


Same common question what is Map,Set,HashMap,List????

Answers were Sorted based on User's Feedback



Same common question what is Map,Set,HashMap,List????..

Answer / dsr

Map,set ,List are collection interfaces.
HashMap is a collection class.

Is This Answer Correct ?    8 Yes 0 No

Same common question what is Map,Set,HashMap,List????..

Answer / punit pannu

collection API:- Collection is a interface which contains three sub-interfaces list set and queue sub-interfaces.

1.List sub-interface: it contains three concrete classes
Arraylist
Vector and
Linkedlist

2. Set sub-interface:- it contains two classes
HashSet
LinkedHashSet

and one interface- SortedSet which contains one concrete
class - TreeSet


3. Map interface: it contains three concrete classes
HashMap
HashTable
LinkedHashMap

and one sub-interface

SortedMap

which contains one concrete class

TreeMap.

Is This Answer Correct ?    4 Yes 0 No

Same common question what is Map,Set,HashMap,List????..

Answer / swetha

these are collection classes in java.

Is This Answer Correct ?    5 Yes 2 No

Same common question what is Map,Set,HashMap,List????..

Answer / swetha

these are collection classes in java.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More Core Java Interview Questions

What are the differences between heap and stack memory?

0 Answers  


what is function overloading in java?

0 Answers   Tavant Technologies, TCS, Virtusa,


How an object is serialized in java?

0 Answers  


Tell me the programme for this @ 1 2 @ @ @ 1 2 3 4

5 Answers   Accenture, iGate, IntoNET, Value Labs,


Why are getters and setters used?

0 Answers  


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  


Why main function is static?

0 Answers   MCN Solutions,


What is OOP Language?

0 Answers   Atos Origin,


Can a java program have 2 main methods?

0 Answers  


What are java packages?

0 Answers  


how a marker interface gets its functionality and when we implements a marker interface how it got invoked

3 Answers   Mind Tree,


What is covariant return type?

0 Answers  


Categories