InterviewSolution
Saved Bookmarks
| 1. |
How A Run - Time Application Is Handled In Jsp? |
|
Answer» In JSP the errorpage attribute of the PAGE is used as a directive to have uncaught run – time EXCEPTIONS and which is automatically forwarded to an page which processes the error. If an uncaught EXCEPTION is encountered while processing the REQUEST, then the BROWSER redirects to the JSP error page. In JSP the errorpage attribute of the page is used as a directive to have uncaught run – time exceptions and which is automatically forwarded to an page which processes the error. If an uncaught exception is encountered while processing the request, then the browser redirects to the JSP error page. |
|