InterviewSolution
Saved Bookmarks
| 1. |
What is errorPage attribute? |
|
Answer» The errorPage attribute tells the JSP engine which page to display if there is an error while the current page runs. The value of the errorPage attribute is a relative URL. |
|