meaning of import statement in java file
- by Rozer
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.