Computer Science, asked by katavin1629, 13 hours ago

Sort is a static method of Array class which is used to sort the elements in a one-dimensional array into both ascending and descending order.
a. true.
b. false.

Answers

Answered by samarthkrv
0

Answer:

b) false the Arrays.sort(T[] arr) only sorts the array of primitive type in ascending order. T represents the type of objects stored in the array.

Explanation:

Similar questions