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
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