static import – JAVA

static import is used to make the availability of static members of the class in our current source file(.java). Simply when we use import statement then it makes availability of …