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 components of J2EE application?
What is a web container j2ee?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
How many types of component events are in java?
What is java listener?
What is the difference between java and core java?
i have to create an application with session.during that session a timer will be started & show the time in second upto the session expired.So that i can know how many time i in that session. Hint:-i m hinted that it will coded with javascript
Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debugging java.
What is a panel java?
Why is j2ee needed?
On which platform j2ee is based?
What is full form of j2ee?