Answers for "Arrays.equals(a, b);"

0

Arrays.equals(a, b);

Syntax :
public static boolean equals(int[] a, int[] a2)
Parameters :
a - one array to be tested for equality
a2 - the other array to be tested for equality
Returns : 
true if the two arrays are equal
Posted by: Guest on June-21-2021

Code answers related to "Arrays.equals(a, b);"

Browse Popular Code Answers by Language