0

What is static import in java?

What is static import in java?

20th Jun 2020, 5:17 PM
Bibhash Ghosh
Bibhash Ghosh - avatar
1 Odpowiedź
+ 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
20th Jun 2020, 8:08 PM
Avinesh
Avinesh - avatar