Comparing arrays : For comparing arrays and slices of arrays more static utility methods are added to java.util.Arrays. Below are the list of overloaded static methods added in JDK 9 to the Arrays utility class. equals - returns true if two arrays are equal to each other. compare - compares two arrays lexicographically (similar to dictionary order). mismatch - finds











