I heard that using multiple import statements in a program affects its runtime performance. Is this true? If so, why?
Another reason is if you have a multiple import statements, this may hide the class relationship from the reader. Sometime it's nice to know that certain class doesn't depend on (directly) to some certain other classes.