Difference between treemap & sortedset
Answers were Sorted based on User's Feedback
Answer / amit kumar
1.Treemap is a class which has implemented SortedMap
interface where as Sortedset is an interface which has been
implemented by Treeset class.
2. Treemap can contain the duplicate value but the Treeset
which has implemented Sortedset can not hold duplicate
value.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / pradip patil
TreeMap is implements Map interface it holds key and value pair and it doest allow duplicate keys where as it allows duplicate values.
TreeSet implements Set interface and it doesnt allow duplicats elements.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srikanth
treemap is used for storing key value pair without
duplicates in sorted order
sortedset is an interface which is extending set interface
| Is This Answer Correct ? | 3 Yes | 4 No |
What are the different types of events in java?
What are the components of awt in java?
Describe secure socket layer (ssl)?
What do you understand by connector? Explain connector architecture.
What is core java and j2ee?
What do you understand by a thin client?
What are the advantages of object-relational mapping (orm)?
What is source file in java?
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is connector?
What is component contract?
Why awt is used in java?