InterviewSolution
| 1. |
Explain Jstl Catch Tag With An Example? |
|
Answer» JSTL catch tag: The JSTL catch tag is used to handle exception and doesn't forward the PAGE to the error page. For Example : <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <html> JSTL catch tag: The JSTL catch tag is used to handle exception and doesn't forward the page to the error page. For Example : <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <html> |
|