sorting int[] in descending order



What's the best way to sort an array of integers in descending order?
I know that one can sort in ascending order and reverse the array. Is
there any other/better way?

.



Relevant Pages