InterviewSolution
Saved Bookmarks
| 1. |
How to configure a central error handling page in servlets? |
|
Answer» Use the error-page element in web.xml to specify the invocation of servlets in response to certain exceptions or HTTP status codes. |
|