What does the `finally` block in a Java `try-catch-finally` construct do?

What does the `finally` block in a Java `try-catch-finally` construct do? Correct Answer It contains code that is always executed, regardless of whether an exception is thrown or not

Related Questions

In Java, can a "finally" block be used without a "try-catch" block?
In Java, can a "finally" block be used without a "catch" block?
Match the columns: I  II a. s block i. Sm b. p block ii. S c. d block iii. Sb d. f block iv. Sg   v. Sc   vi. Sr