PDA

View Full Version : Which built-in method sorts the elements of an array?



pooja escorts
09-05-2021, 08:37 PM
Which built-in method sorts the elements of an array?

vivabeautyparlo
10-16-2021, 05:33 PM
sort() method sorts the elements of an array. < Previous : Which of the following function of String object c

Melissahill045
10-19-2021, 12:52 AM
The sort() method sorts the elements of an array in place and returns the sorted array. The default sort order is ascending, built upon converting the elements into strings, then comparing their sequences of UTF-16 code units values.