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

Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


What is the difference between the final method and abstract method?

0 Answers  


can we create instance for interface in java?

4 Answers  


What are locale settings?

0 Answers  


What are the basic interfaces of java collections framework?

0 Answers  






What is exception propagation?

0 Answers  


Can we have multiple public classes in a java source file?

0 Answers  


What is a databasemetadata?

0 Answers  


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

0 Answers  


What are the basic concepts of OOPS in java?

0 Answers   Axtria, ITC Indian Tobacco Company,


How to do encapsulation in java?

0 Answers  


How to read and write image from a file ?

0 Answers  


Categories