Solved

Which of the Following Statements About Generic Methods Is Correct

Question 55

Multiple Choice

Which of the following statements about generic methods is correct?


A) You must instantiate the type parameter when calling a generic method.
B) You must specify which type to use when calling a generic method.
C) Generic methods cannot be static methods.
D) You cannot replace type parameters with primitive types.

Correct Answer:

verifed

Verified

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

Related Questions