Question: An alternative to using Comparators to determine which elements of the array come before other elements is to use the compare To method of the elements, as was done in the original version of the sort method for arrays of Strings. This approach, in fact, is taken in one of the sort methods in the java. util. Arrays class. What are some of the advantages and disadvantages of this approach?