Multiple choice technology programming languages

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

  1. None of the above

  2. location

  3. exception-type

  4. error-page

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In the web deployment descriptor (web.xml), the `` tag is used to map specific HTTP status codes or Java exception types to custom error handling pages.