The page 9 left margin Concept about a method's signature says that return type is part of it in addition to method name and parameters. I'm still climbing up the foothills of Java mountain, but I was under the impression that -- unlike C++ -- a Java method's signature does not include the return type.
