The import statement does not "import" other files into your code. It is way to tell the compiler where to look for classes that are used in your program. It is an extension of the classpath.