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 / naveen.bav
Hello Venkatesh, I am not asking for synchronization. I am
asking how TreeMap will sort the values inside it.Thanks
for the reply
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between next () and nextline () in java?
Describe the process as to how substring() methodology mechanisms in java.
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
How dead lock situation occurs in java and how you can identify it?
Explain about version control?
If an object is garbage collected, can it become reachable again?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
How big is a 64 bit float?
Garbage collection in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is meant by call by reference?
What are operators and its types?
How does a for loop work java?
why an outer class cannot be declared as private?
Can string be considered as a keyword?