0 votes
in JAVA by
How to sort an array in java?

1 Answer

0 votes
by

"import java. util. Arrays;

Arrays. sort(array);"

...