InterviewSolution
Saved Bookmarks
| 1. |
What are two exception classes in hierarchy of java exceptions class?(a) Runtime exceptions only(b) Compile time exceptions only(c) Runtime exceptions and other exceptions(d) Other exceptionsThe question was posed to me in an online quiz.This intriguing question originated from Exception Handling topic in division Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» Correct option is (c) RUNTIME EXCEPTIONS and other exceptions |
|