Given the following two classes, each in a different package, which line inserted into the code allows

Question:

Given the following two classes, each in a different package, which line inserted into the code allows the second class to compile? 

image text in transcribed

A. import static commerce.Bank.*;

B. import static commerce.Bank;

C. static import commerce.Bank.*;

D. static import commerce.Bank;

E. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: