I heard that using multiple import statements in a program affects its runtime performance. Is this true? If so, why?
If you use IDE's like Netbeans it can mark out duplicate imports in the editor, that way you can remove it from code to make it more maintainable and also reduce compiler warnings.