Solved

Erasure of Types Limits Java Code Somewhat with Generics

Question 69

Multiple Choice

Erasure of types limits Java code somewhat with generics. Which of the following are limitations of generic code?
I cannot instantiate a type variable
II cannot return a type variable
III cannot pass a type variable


A) I
B) II
C) III
D) II and III

Correct Answer:

verifed

Verified

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

Related Questions