Solved

Which of the Following Statements About Generic Methods Is Correct

Question 15

Multiple Choice

Which of the following statements about generic methods is correct?


A) The generic type parameter of a generic method designates the method's return type.
B) A generic method must have a generic type parameter.
C) When calling a generic method, you need to instantiate the type parameters.
D) A generic method must reside in a generic class.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions