Static Method:
a. Access only static type data (static type instance variable).
b. Call only static method ,if non-static then compile time error.
c.No need the class object to call the static method.
d.Cant use this and super keyword otherwise compile time error.