Q. Finally block is attached to? (A) Try-catch block (B) Class block (C) Method block (D) All of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Try-catch block Explanation: Finally, block of code runs at the end of the try-catch block.