Kizspy | Question: 17
(Choose 1 answer)
FJOVERFLOW.COM
Where should a Java web application handle error?
A. Define error page for each JSP page by <%@page errorPage=".."%>
B. Define error page for the whole application in web.xml
C. Catching error and exception in coding and testing
D. Catching runtime error and exception