Question: Where is the built-in recover method useful?

  1. in the main function
  2. immediately after a line that might panic
  3. inside a deferred function
  4. at the beginning of a function that might panic

Answer: The correct answer of the above question is Option C:inside a deferred function