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

IllegalArgumentException



Your comments will be displayed only after manual approval.