Java OCA OCP Practice Question 1001

Question

Suppose a source file contains a large number of import statements.

How do the imports affect the time required to compile the source file?

  • A. Compilation takes no additional time.
  • B. Compilation takes slightly more time.
  • C. Compilation takes significantly more time.


B.

Note

Importing slightly increases compilation time.




PreviousNext

Related