1.

What are JSTL Core tags used for?

Answer»

The JSTL Core TAGS are used for the FOLLOWING purposes:

  • Iteration
  • Conditional logic
  • Catch exception
  • URL forward
  • Redirect, etc.

Following is the syntax to INCLUDE a tag library:

<%@ taglib prefix="c" uri=http://java.sun.com/jsp/jstl/core%>


Discussion

No Comment Found