Java Package
# import static
access static members of a class directly without having to use the class name or create an object of the class.
import staticaccess static members of a class directly without having to use the class name or create an object of the class.