Kizspy | Question: 18 (Choose 1 answer)
Where should an 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