Styrow.dev
Question 238 of 247
Java Topic: General medium

What is a Static import?

Question

What is a Static import?

Answer

By static import , we can access the static members of a class directly without prefixing it with the class name.