Hello Gautam,
            I have one basic doubt on "import"
statement.like

is there any difference in any way between these two
statements

1)import java.swing.*;

2)import java.swing.JComboBox;

what i knew about this is :-
 in the first case when we compiling the class loader
has to import all the classes in the swing package.

but in the second case it imports only "JComboBox"
class only.

is it correct? or not?

pls' explain about this doubt..

thanks in advance.

regards 
siva.


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to