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
D. A type parameter that has no bounds
Answer: Option C

Join The Discussion