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 is string in java with example?

0 Answers  


What is collection api?

0 Answers  


What is the new line character?

0 Answers  


What is difference between equal and == in java?

0 Answers  


we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?

4 Answers   IBM,


What is variable and rules of variable?

0 Answers  


What do you mean by garbage collection used in java?

0 Answers  


What is the difference between compare and compareto in java?

0 Answers  


What are nested classes in java?

0 Answers  


What is multithreading in java?

0 Answers  


What about interrupt() method of thread class ?

0 Answers  


How do you set security in applets?

1 Answers   Wipro,


Categories