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
What is anonymous inner class?
Difference between overriding and overloading in java?
What about static nested classes in java?
What is the difference between length and length() method in java?
What string is utf8?
How do you create immutable object in java?
What is main method?
What is meant by 'Class access modifiers'?
What is vector capacity in java?
What is classname class in java?
What is the destroy method?
Difference between string s= new string (); and string s = "abv";?
What is passed by reference and pass by value ?
Is nan false?
Which is best ide for java?