Solved

Which of the Following Statements About Generic Programming Is NOT

Question 74

Multiple Choice

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


A) Type parameters can be instantiated with class types.
B) Type parameters can be instantiated with interface types.
C) Type parameters can be instantiated with primitive data types.
D) Type parameters can be instantiated with wrapper class types.

Correct Answer:

verifed

Verified

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

Related Questions