#include is a keyword witch is used in C or C++ compiler to go to standard library and copy the entire header file code in to a C/C++ programs. So the program size increases unnecessarily wasting memory & processor time.
Import statement makes the JVM to go to the java library, execute the code & substitute the result in to the java program. That’s JVM doesn’t copy any code. So import is more efficient than #include