The correct way to declare a page as an error page in JSP is-06014
The correct way to declare a page as an error page in JSP is:
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Final Term - Quiz No.4.
The correct way to declare a page as an error page in JSP is:
< %@page ... errorPage = "true"%>
< %@page ... isErrorPage = "true"%>
< %@page ... setErrorPage = "true"%>
< %@page ... getErrorPage = "true"%>