Home » JAVA Programming » Generics » Question
  1. Which of these is wildcard symbol?
    1. &
    2. %
    3. ?
    4. !
    5. None of these
Correct Option: C

In generic code, the question mark (?), called the wildcard, represents an unknown type.



Your comments will be displayed only after manual approval.