R
Russell
Does it matter if you say
import java.awt.*
or
import java.awt.<the exact file you want>
I am used to specifying the wild card and was wondering if I am using
more memory at run time than I need to or if it doesn't matter as the
compiler takes care of it. Any other reasons for using ones way over
the other?
Thanks in advance,
Russell
import java.awt.*
or
import java.awt.<the exact file you want>
I am used to specifying the wild card and was wondering if I am using
more memory at run time than I need to or if it doesn't matter as the
compiler takes care of it. Any other reasons for using ones way over
the other?
Thanks in advance,
Russell