What will this code print?
byte[] arr1 = {1, 2, 3};
byte[] arr2 = {2, 3, 4};
System.out.println(Arrays.compare(arr1, arr2));What will this code print?
byte[] arr1 = {1, 2, 3};
byte[] arr2 = {2, 3, 4};
System.out.println(Arrays.compare(arr1, arr2));Create a free account to access the full topic