In a generic method, a type parameter is defined
A) inside the parentheses, along with the method's parameter variables.
B) after the method's return type, and before the method's name
C) before the method's return type
D) inside the body of the method, but before any local variables are declared
C) before the method's return type
Computer Science & Information Technology