meaning of import statement in java file

Posted by Rozer on Stack Overflow See other posts from Stack Overflow or by Rozer
Published on 2010-05-25T08:45:36Z Indexed on 2010/05/25 8:51 UTC
Read the original article Hit count: 153

Filed under:

Can any one clear me exactly what happend when we do import statement in java files. does it inscrease the size of file if we add more and more java classes. why we dont use classloader for the same and what are the restrictin for importing.

© Stack Overflow or respective owner

Related posts about java