You need to specify in what context that method exists. Static simply means it exists in the context of the class itself, not any particular instance of that class. You can quantify this by...