Q. How many finally blocks can there be in a try/catch structure? (A) There must be 1. (B) There can be 1 following each catch block. (C) There can be 0 or 1 following the last catch block. (D) --- ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) There can be 0 or 1 following the last catch block.