Home » JAVA Programming » Exceptions » Question
  1. Which of these exceptions handles the situations when an illegal argument is used to invoke a method?
    1. IllegalMethodArgumentExcepetion
    2. IllegalException
    3. Argument Exception
    4. IllegalArgumentException
    5. None of these
Correct Option: D

IllegalArgumentException



Your comments will be displayed only after manual approval.