How many ways we can call static variable and method
There are four ways to call static variable and static method
By using new keyword.
By using class name
By creating object
By assigning null to object reference
with the help of this 4 method we call static variable and static method.