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.
What is a Static import?
By static import , we can access the static members of a class directly without prefixing it with the class name.