Q. What will be the reaction when a catch clause has no conditionals ?
β
Correct Answer: (C)
Takes it to be true
Explanation: If a catch clause has no conditional, it behaves as if it has the conditional if true, and it is always triggered if no clause before it was triggered.