Home » JAVA Programming » Generics » Question
  1. Which of the following keywords are used for lower bounding a wild card?
    1. lower
    2. class
    3. extends
    4. super
    5. None of these
Correct Option: D

A lower bounded wildcard is expressed using the wildcard character (‘?’), following by the super keyword, followed by its lower bound.



Your comments will be displayed only after manual approval.