0 votes
in JAVA by
What is the static import?

1 Answer

0 votes
by

By static import, we can access the static members of a class directly, and there is no to qualify it with the class name.

...