Multiple choice technology programming languages Which tag in the jsp is used to define the error page None of the above location exception-type 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.