Multiple Choice
Which action is not accomplished by using the import directive?
A) Reference to a class within a package without having to fully qualify it.
B) The ability to use all classes within a specific package.
C) The organization of packages into groups.
D) Ability to document in one place all class resources used in a program.
Correct Answer:

Verified
Correct Answer:
Verified
Q71: Which of the following statements is generally
Q72: What is the name of a class
Q73: Which is an example of a class
Q74: In which of the following cases could
Q75: It is common for certain classes to
Q77: Suppose an object is intended to store
Q78: Which of the following would be an
Q79: Which class does not require an import
Q80: Which annotation is used to mark test
Q81: Can the method lastDayOfMonth be changed to