Multiple choice Which of the following is/are true statements about finally block in java? By using a finally block allows you to run any cleanup-type statements . A finally keyword is used to create a block of code that follows a try block. A finally block appears at the end of the catch blocks. All of the above Both (1) and (2) Reveal answer Fill a bubble to check yourself D Correct answer Explanation Yes, all are the true statement about the finally block.