Sunday, August 2, 2009

In the Java method header "public double foo(int i, String s, char c)"....?

what is the return type, method name, and method parameters?

In the Java method header "public double foo(int i, String s, char c)"....?
Return type: double


Method name: foo


Parameters: int i, String s, char c


No comments:

Post a Comment