The Arrays Class in Java
The java.util.arrays class contains different functions for sorting and seeking values from array, looking at arrays, and filling components into arrays. These functions are available for all primitive data types. public static boolean equals(long[] a, long[] a2) – returns true if the two indicated arrays are equivalent to each other. Two arrays are viewed as … Read more