InterviewSolution
Saved Bookmarks
| 1. |
Which of these exceptions handles the situations when an illegal argument is used to invoke a method?(a) IllegalException(b) Argument Exception(c) IllegalArgumentException(d) IllegalMethodArgumentExcepetion |
|
Answer» Right answer is (c) IllegalArgumentException The best explanation: None. |
|