In treeset we add same object ...what will be the out put
Answer Posted / ramamurthy
Output will be in display natural sorted order, which
doesn't contail duplicates
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does multithreading take place on a computer with a single cpu in java programming?
What is the default size of arraylist in java?
What is tostring () method?
Why string is not a wrapper class?
What is the difference between import java.util.date and java .util?
What is the exception hierarchy in java?
Explain a situation where finally block will not be executed?
How do you check whether the list is empty or not in java?
What is the difference between exception and error in java?
Print Vertical traversal of a Binary Tree.
why an outer class cannot be declared as private?
What environment variables do I need to set on my machine in order to be able to run java programs?
Give the difference between the println method and sqrt method?
Can inner class be public in java?
What does it mean that a method or field is “static”?