will unnecessary import statements slow down the code?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

will unnecessary import statements slow down the code?

Patrick-4
will unnecessary import statements slow down the code?
Or does the java compiler figure out that you don't need them and
optimize them out?
Just wondering thanks.
Reply | Threaded
Open this post in threaded view
|

Re: will unnecessary import statements slow down the code?

Scott Gray-2
They don't make it past the compiler so it has no effect.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 15/04/2010, at 7:38 AM, Patrick wrote:

> will unnecessary import statements slow down the code?
> Or does the java compiler figure out that you don't need them and
> optimize them out?
> Just wondering thanks.


smime.p7s (3K) Download Attachment