

MCQOPTIONS
Saved Bookmarks
1. |
Choose a correct way of importing all the classes in the below java program with packages. |
A. | import animals.*; |
B. | import animals.cat; |
C. | Both A and B |
D. | None |
Answer» D. None | |