InterviewSolution
Saved Bookmarks
| 1. |
What is isErrorPage attribute? |
|
Answer» The isErrorPage attribute indicates that the current JSP can be used as the error page for another JSP. The value of isErrorPage is either true or false. The default value of the isErrorPage attribute is false. |
|