Which tag in the jsp is used to define the error page. (Multiple choice)

Skill/Topic: Programming Constructs
A)

None of the above

 


B)

 


C)

 

 

D)

 


Explanation: b and c are the tags inside the error-page tag

Showing Answers 1 - 5 of 5 Answers

ananthu_raman

  • Dec 19th, 2005
 

page directive iserrorpage attribute is used to define the error page in jsp

  Was this answer useful?  Yes

sravankumar uppala

  • Dec 28th, 2005
 

There are two attributes in JSP directive

 <%@page errorPage="/WEB-INF/error.jsp" %>

 Specifies a JSP page that should process any Exceptions thrown but not caught in the current page.

 This Attribute is only releated for page-specific error pages only.

 <%@page isErrorPage="true" %>

 Indicates whether or not the current page can act as the error page for another JSP page.

bae

  • May 21st, 2006
 

Options are blank.......Pls add the options to mark the correct one

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions