A static method is a method of the class while a non-static method is a method of an instance of the class. So you can call a static method by using the class's name and calling the method off of...