A, C, and D are incorrect.
A is incorrect because the import statement must specify a class directly, or in this case all of the classes with the asterisk wildcard.
C is incorrect because of the exclusion of the asterisk wildcard, along with the use of an invalid #include keyword.
D is incorrect because of the invalid #include keyword, which is unique to the C and C++ programming languages.
|