Given two files, GrizzlyBear.java and Salmon.java:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/201808020851434439.jpg" /><br /> If both classes are in the correct directories for their packages, and the Mammal class correctly defines the findSalmon() method, which change allows this code to compile?()<p> Given two files, GrizzlyBear.java and Salmon.java:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/201808020851434439.jpg" /><br /> If both classes are in the correct directories for their packages, and the Mammal class correctly defines the findSalmon() method, which change allows this code to compile?()</p>
A、A.add import animals.mammals.*; at line 2 in Salmon.java
B、B.add import animals.fish.*; at line 2 in GrizzlyBear.java
C、C.add import animals.fish.Salmon.*; at line 2 in GrizzlyBear.java
D、D.add import animals.mammals.GrizzlyBear.*; at line 2 in Salmon.java