Question: Where is the built-in recover method useful?
- in the main function
- immediately after a line that might panic
- inside a deferred function
- at the beginning of a function that might panic
Answer: The correct answer of the above question is Option C:inside a deferred function