Q. When will the finally block be called? (A) When there is no exception (B) When the catch doesnot match (C) When there is exception (D) None of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) None of the mentioned Explanation: A finally block is called after try-catch execution.