InterviewSolution
Saved Bookmarks
| 1. |
Which among the following handles the undefined class in program?(a) ClassNotFound(b) NoClassException(c) ClassFoundException(d) ClassNotFoundExceptionI had been asked this question in an interview for internship.The above asked question is from Catching Class Types in division Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» The correct option is (d) ClassNotFoundException |
|