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 application deployment descriptor (web.xml), the `` tag is used to define custom error pages for specific HTTP status codes or Java exception types. The other options are nested elements or incorrect.