If I have 1000 objects and my requirement is to sort them
quickly, then which collection would you recommend and why?
Answer Posted / ashutosh dhar
sorted set, already sorted.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many types of methods are there in java?
Can a final method be overloaded?
Explain enumeration in java?
What is lambda expression in java?
What is Java Package and which package is imported by default?
What is t type java?
What is null statement?
How to create packages in java?
How do you download stubs from Remote place?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the java reflection api? Why it’s so important to have?
What are design patterns and please explain?
What is the difference between jdk and jre?
Is break statement can be used as labels in java?
What is difference between array and vector?