Vidyalelo
Java Programming · Q29

Java Generics

Programming · Java Programming · question 29

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
Answer
D.
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