Q29
What does the term "bounded type parameter" mean in Java generics?
A.
A type parameter that specifies a return type
B.
A type parameter that uses the `` wildcard
C.
A type parameter that has a specific upper or lower bound
AnswerD.
A type parameter that has no bounds
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board