Q.

Which of the following in incorrect in reference to dependency?

A. module d uses module i when a correct version of i must be present for d to work correctly
B. module d depends for compilation on module i
C. class i imports elements from package d
D. none of the mentioned
Answer» C. class i imports elements from package d
Explanation: class d imports elements from package i.
712
0
Do you find this helpful?
6

Discussion

No comments yet