What is the output of this application?
byte[] arr1 = {2, 3, 4};
byte[] arr2 = {2, 3, 4};
System.out.println(Arrays.equals(arr1, arr2));What is the output of this application?
byte[] arr1 = {2, 3, 4};
byte[] arr2 = {2, 3, 4};
System.out.println(Arrays.equals(arr1, arr2));Create a free account to access the full topic