Could extra imports in Java slow down code loading time?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-03-14T01:37:38Z Indexed on 2010/03/14 1:45 UTC
Read the original article Hit count: 202

Filed under:

Is it possible that adding more import statements to your java code could slow down the time it takes to load your classes into the JVM?

© Stack Overflow or respective owner

Related posts about java