Answer:
Not only can we have static variables in a class, but we can have static methods. ... A static method can be used when the storage in an object is not needed. ... So when a method doesn't need to access any stored values, a static method is ... with the class definition and not each object, we can call static methods which ...