GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Programming  >  JSP

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

Answer: Skill/Topic: Programming Constructs
A)

None of the above

 


B)

 


C)

 

 

D)

 


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


March 03, 2006 07:04:17 #3
 reshmarout   Member Since: Visitor    Total Comments: N/A 

RE: Which tag in the jsp is used to define the error p...
 

<%@page errorPage="url of the error page" %>is used to define the error page.

Before this you have to define the tag<%@page isErrorPage="true"%>

     

 

Back To Question