Which collection is best for sorting in java?
Answer / Arpit Kapoor
ArrayList itself does not support built-in sorting capabilities. To sort an ArrayList, you can use the 'sort' method available in the Collections utility class.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some important characteristics on jre
What is == mean?
What is dynamic dispatch in java?
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,
What is a java developer salary?
What is an abstract method in java programming?
Why is java called java?
What are the files generated after using IDL to java compiler?
What is an escape character in java?
How to sort array of 0 and 1 in java?
In which way does a Primitive data type is passed ?
Which method must be implemented by all threads?