Kizspy | Question: 40
(Choose 1 answer)
What is the purpose of the <c:catch> tag in JSTL?
A. It catches exceptions thrown during the execution of its body content.
B. It handles errors thrown by JSP expressions.
C. It catches HTTP errors and redirects to an error page.
D. It encapsulates code to be executed asynchronously.