1.

Which is the correct syntax to import a Java package below?

A. import PACKAGE1.*;
B. import PACKAGE1.CLASS1;
C. import PACKAGE1.PACKAGE2.PACKAGE3.*;
D. All the above
Answer» E.


Discussion

No Comment Found