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

Can you make an instance of an abstract class?

5 Answers   Accenture,


What is HashTable?

4 Answers  


Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.

2 Answers  


Can list be null in java?

0 Answers  


Write a program to solve producer consumer problem in java?

0 Answers  






What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


Is java pure object oriented or not? if yes, give the valid reason.

13 Answers   Emphasis, NIIT, Syntel, Wipro,


which swing component is similar to rich text box in .net/vb

1 Answers  


what is ststic with example

0 Answers   Wipro,


What is the size of string?

0 Answers  


how to create multithreaded program? : Java thread

0 Answers  


How big is a 32 bit integer?

0 Answers  


Categories