Solved

Which of the Following Statements About Generic Methods Is NOT

Question 10

Multiple Choice

Which of the following statements about generic methods is NOT correct?


A) Supply the type parameters of a generic method between the modifiers and the method return type.
B) Generic methods can be static methods.
C) You need not instantiate the type parameter when calling a generic method.
D) You can 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