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


December 12, 2005 07:28:36 #1
 ananthu_raman   Member Since: Visitor    Total Comments: N/A 

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

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

     

 

Back To Question