JavaRush/Java Blog/Random EN/Method signature
Hehabr
Level 13

Method signature

Published in the Random EN group
members
The signature of a method is the name of the method plus parameters (and the order of the parameters matters). The method signature does not include the return value or the exceptions it throws.
Here's a question that arose: are keywords either privateincluded publicin the signature or not?
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet