Examveda

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


This Question Belongs to Java Program >> Generics In Java

Join The Discussion

Related Questions on Generics in Java