You are not logged in.

#1 2016-01-06 06:42:13

Muhammad
User RankUser RankUser RankUser RankUser RankUser Rank
بِسمِ اللَّهِ الرَّحمٰنِ الرَّحيمِ
From: Sahiwal Division
Registered: 2012-03-22
Posts: 22,197
Website

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/

2016-01-06 06:42:13

Advertisement
Ads By Google

Re: JSP (Java Server Pages) Quiz Question.



\n

Board footer