Q. What is the intent of finally block? (A) It introduce block of code in which exception can arise. (B) It is used instead of catch block or after catch block. (C) It is used to throw an exception. (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) It is used instead of catch block or after catch block.