-
Which of the following keyword is used by calling function to handle exception thrown by called function?
-
- catch
- try
- throw
- throws
- None of these
Correct Option: D
A method specifies behaviour of being capable of causing exception. Throws clause in the method declaration guards caller of the method from exception.