If I have 1000 objects and my requirement is to sort them
quickly, then which collection would you recommend and why?
Answer Posted / shankar
quick.it has the least time complexity and with the help
of pivot elements it gets sorted vvery easily.the time
complexity is log2n
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
whatis Home interface and Remoteinterface? with example?
What is passing by reference in java?
What are the two types of java?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
How we can make copy of a java object?
when to use ArrayList and when to use HashMap in webApplication.
What does 0 mean in boolean?
What is the difference between an interface and an abstract class?
What is the purpose of the finalize() method?
What is the super void?
What is a war file?
How can I become a good programmer?
What does regex mean?
Can we override singleton class?
Does constructor return any value?