Home » JAVA Programming » Generics » Question
  1. Which of these Exception handlers cannot be type parameterized?
    1. throws
    2. catch
    3. throw
    4. All of above
    5. None of these
Correct Option: D

we cannot Create, Catch, or Throw Objects of Parameterized Types as generic class cannot extend the Throwable class directly or indirectly



Your comments will be displayed only after manual approval.