I heard that using multiple import statements in a program affects its runtime performance. Is this true? If so, why?
Not at all. Imports are only used during compilation, the class files do not have them anymore.