Register now or log in to join your professional community.
From java point of view:
Signature method is the combination of method's name along with the numbers and types of parameters.
An interface method can not contain implementation, it only contain method signature.