Which tag in the jsp is used to define the error page
-
error-page
-
exception-type
-
location
-
None of the above
A
Correct answer
Explanation
In web.xml, the tag defines error page mappings for exception types or HTTP error codes. The exception-type and location are sub-elements within error-page tags, not standalone defining tags. The element wraps the complete error handling configuration.