Suggested Answer
Static methods can be called by using the class name such as math.sqrt() and integer.parseint().What are static methods ?Java has methods known as static methods that can be used without first generating a class instance. The class name itself or a reference to an object from that class is used to refer to them.Hence, Static methods can be called by using the class name such as math.sqrt() and integer.parseint().You can learn more about Static methods from the given link:https://brainly.in/question/21763241#SPJ4