import statement
All > Technology > Programming > Java
- A statement that makes the names of one or more classes or interfaces available in a different package from the one in which they are defined. Import statements follow any package declaration {package!declaration}, and precede any class or interface definitions.
David J. Barnes - Cite This Source - This Definition - bootstrap classes, cohesion, Import, KJava, package, package access, protected access, reflection, unnamed package, wrapper classes