Sail E0 Webinar
Question
Which of these keywords is used to by the calling function to guard against the exception that is thrown by called function?
Options:
A .  try
B .  throw
C .  throws
D .  catch
Answer: Option C


If a method is capable of causing an exception that it does not handle. It must specify this behaviour the behaviour so that callers of the method can guard themselves against that exception. This is done by using throws clause in methods declaration.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers