

MCQOPTIONS
Saved Bookmarks
1. |
Choose a correct statement below about importing packages into a class. |
A. | A Java class or interface can import any number of packages. |
B. | It is advised to import only the required Classes of a package to save memory. |
C. | Java packages are usually distributed in the form of JAR files. |
D. | All the above |
Answer» E. | |