-2

Importing unnecessary files to a java program will increase the size of the byte code, Is this true?

1 Answers1

3

It is not true. The Import command is for the compiler only. It does not impact the compiler output in any way.

mort
  • 12,988
  • 14
  • 52
  • 97
Sharon Ben Asher
  • 13,849
  • 5
  • 33
  • 47