InterviewSolution
Saved Bookmarks
| 1. |
How Does Jsp Handle Runtime Exceptions? |
|
Answer» Using errorPage attribute of page DIRECTIVE and also we need to specify isErrorPage=true if the current page is INTENDED to URL REDIRECTING of a JSP. Using errorPage attribute of page directive and also we need to specify isErrorPage=true if the current page is intended to URL redirecting of a JSP. |
|