Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?



Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the..

Answer / Yogesh Kumar Kardam

The errorPage attribute specifies a JSP page that should be displayed when an unhandled exception occurs in the current page. This attribute is typically found in the web.xml deployment descriptor.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is the difference between hide comment and output comment?

1 Answers  


What do you mean by isscriptingenabled attribute?

1 Answers  


i need the source code for opening a word document in java

0 Answers  


What are the lifecycle phases of a jsp?

1 Answers  


Why is jstl used?

1 Answers  


How can I maintain session in JSP Page in the bases of user name and password:

1 Answers   PUCIT,


What is context in web application?

1 Answers  


Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.

1 Answers   ME,


What is a jsp and what is it used for?

1 Answers  


What is action tag in jsp?

1 Answers  


What are standard actions in JSP?

1 Answers  


When the destroy method of the jsp's are called?

1 Answers  


Categories