Multiple choice technology web technology

Which tag in the jsp is used to define the error page

  1. error-page

  2. exception-type

  3. location

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.