- method/function signature is comprised of ONLY the name and parameter types
- method/function declaration includes the method signature, modifiers, return type, parameter names, exception list, and body
|
Method/Function Declaration | ||||||
|---|---|---|---|---|---|---|
|
Method/Function Signature | ||||||
|
modifiers |
return type |
method name |
parameter-types and order |
parameter names |
exception list |
method body |