Which collection is best for sorting in java?



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

Post New Answer

More Core Java Interview Questions

List some important characteristics on jre

1 Answers  


What is == mean?

1 Answers  


What is dynamic dispatch in java?

4 Answers  


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?

1 Answers  


What is an abstract method in java programming?

1 Answers  


Why is java called java?

1 Answers  


What are the files generated after using IDL to java compiler?

1 Answers  


What is an escape character in java?

1 Answers  


How to sort array of 0 and 1 in java?

1 Answers  


In which way does a Primitive data type is passed ?

5 Answers   Sun Microsystems,


Which method must be implemented by all threads?

1 Answers  


Categories