0
What is static import in java?
What is static import in java?
1 Resposta
+ 1
To put it in simple terms you can say that "static import" gives you access to the static members of class and you can use them directly unlike "import".
https://www.sololearn.com/discuss/1094648/?ref=app