Multiple Choice
Which of the following is not accomplished by using the import directive?
A) It allows you refer to a class of a package without having to qualify it.
B) It allows you import all classes from a package.
C) It allows you organize packages into groups.
D) It helps to document all of the class resources used in a program in one place.
Correct Answer:

Verified
Correct Answer:
Verified
Q22: Which class category has static methods and
Q24: Which of the following is an example
Q32: Under which of the following conditions would
Q40: Why is a static variable also referred
Q42: To use a public variable or method
Q43: Which of the following does NOT describe
Q58: Where in a class should static variables
Q79: Which class does not require an import
Q80: Which annotation is used to mark test
Q85: Consider the partial JUnit test below, designed