Which of the following is not an advantage of Java exception handling?

B) Exception handling improves performance.

On the contrary, exception handling can negatively affect the performance of your Java application.