Same common question what is Map,Set,HashMap,List????
Answers were Sorted based on User's Feedback
Answer / dsr
Map,set ,List are collection interfaces.
HashMap is a collection class.
| Is This Answer Correct ? | 8 Yes | 0 No |
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 |
What is Collection interface?
What is Java Shutdown Hook?
What is javac_g?
Difference between == and .equals() ?
Is array a class in java?
What is constructor
9 Answers Manforce, Tech Mahindra,
What is the difference between arraylist and hashset in java?
Explain about OOPS concepts and fundamentals.
What is OOPS Concept?
What is a buffer in computer?
what is polymorphism?
What is the meaning of variable in research?