Q. Which of the following is the most general exception handler that catches exception of ‘any type’?
β
Correct Answer: (D)
catch(…)
You must be Logged in to update hint/solution