J
Jeff
I just switched to Eclipse IDE which has a rigorous code checker. It warned
me that I have some unused import statements. I fixed them, but I'm curious
whether an import statement has any performance impact. So I turn to the
fount of Java wisdom, comp.lang, java. programmer. Does an import statement
have any performance impact?
me that I have some unused import statements. I fixed them, but I'm curious
whether an import statement has any performance impact. So I turn to the
fount of Java wisdom, comp.lang, java. programmer. Does an import statement
have any performance impact?