You will see in the hint that if you want to use Collections.disjoint() method, you will need to create an arraylist first. Therefore, you need to create 2 arraylists and move all the number from 2 array to new arraylists. Then use Collections.disjoint() to complete this problem.