Kizspy | Question: 17
(Choose 1 answer)
What is the default behavior of a JSP page if an exception is thrown and not caught?
A. The server returns a blank page
B. The server returns a 404 error
C. The server redirects to the configured error page.
D. The server displays the exception details on the page.