How TreeMap sorts the objects inside it?? suppose if have
include one employee object and one car object. On what
basis it will sort?
Answer Posted / anuj
then u have to tell the trremap that on what basis elment
shoyuld be sorted all elemtns of trremap should be of type
comparable & in side comparable compare to u need to put
uor sorting logic.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the supported platforms by java programming language?
What is an example of character?
What is return in java?
What is the map interface in java programming?
Objects or references which of them gets garbage collected?
Realized?
What are 5 boolean operators?
What is treemap in java?
when you will synchronize a piece of your code? : Java thread
What is compareto?
What is a superclass?
What is a static method in java?
What is java and their uses?
What is the use of protected in java?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?