Anybody have an idea on the performance hit that might be taken by a
high-volume app server running classes with explicit imports rather than
wildcard imports?

For example,

    import org.apache.struts.action.Action;
    ....
    import org.apache.struts.util.PropertyUtils;
    ....

as opposed to

    import org.apache.struts.action.*;
    import org.apache.struts.util.*;

Cheers!
Mark


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to