adspace


sorting java array

Answer Posted / Syed Shahid Ali

Java provides several methods for sorting arrays. One of the most common ways is using the Arrays.sort() method which sorts an array in ascending order by default. If you want to sort in descending order, you can provide a custom Comparator.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you created any framework?

1038


What’s selenese?

920


Do you know how to locate a link using its text in selenium?

985


what will be the first salary and what will be the hike in the salary?

929


How can you fetch an attribute from an element? How to retrieve typed text from a textbox?

1197