import statement in java code example
Example: import in java
If you use a package declaration, it must be the first thing in your Java file,
and the import declarations must be put immediately after it.
If you use a package declaration, it must be the first thing in your Java file,
and the import declarations must be put immediately after it.