Suppose a source file contains a large number of import statements and one class definition.
How do the imports affect the time required to load the class?
A.
Importing is strictly a compile-time function.
It has no effect on class loading or on any other run-time function.