Solved

Which of the Following Statements About Generic Programming Is NOT

Question 20

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions