Which of the following is not an advantage of Java exception handling?
A) Exception handling makes it possible for the caller's caller to handle the exception.
B) Exception handling simplifies programming because the error-reporting and error-handling code can be placed at the catch block.
C) Exception handling improves performance.
D) Java separates exception handling from normal processing tasks.