You are not logged in.
Pages:: 1
#1 2016-01-06 06:42:13
JSP (Java Server Pages) Quiz Question.
Java Quizzes JSP (Java Server Pages)
Question:
Which of the following attribute is used to have uncaught run-time exceptions automatically forwarded to an error processing page?
Option A):
exceptionPage
Option B):
error
Option C):
errorPage
Option D):
exception
Correct Answer is Option C):
errorPage
Explanation:
<%@ page errorPage="error.jsp" %>
It will redirect the browser to the JSP page error.jsp if an uncaught exception is encountered during request processing.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-01-06 06:42:13
- Advertisement
- Ads By Google
Re: JSP (Java Server Pages) Quiz Question.
\n
Pages:: 1