Which of the following is true about the finally clause in exception handling?

Which of the following is true about the finally clause in exception handling? Correct Answer The code in the finally block always executes, regardless of whether an exception is raised or not

Related Questions

Select the statements which describe the correct usage of exception handling over conventional error handling approaches?
What is the purpose of the "finally" block in Java exception handling?
What is the primary purpose of the `finally` block in a Java exception handling structure?