Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
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 |
What is the difference between hide comment and output comment?
What do you mean by isscriptingenabled attribute?
i need the source code for opening a word document in java
What are the lifecycle phases of a jsp?
Why is jstl used?
How can I maintain session in JSP Page in the bases of user name and password:
What is context in web application?
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.
What is a jsp and what is it used for?
What is action tag in jsp?
What are standard actions in JSP?
When the destroy method of the jsp's are called?