differentiate between method prototype and method signature
Answers
Answered by
4
Answer:
I want to know the difference between method signature and method prototype. Technically, in Java, a method signature consists only of the name of the method and the parameter types and their order. The modifiers, return type and throws clause are not part of the signature.
Similar questions