InterviewSolution
Saved Bookmarks
| 1. |
What are JSTL Core tags used for? |
|
Answer» The JSTL Core TAGS are used for the FOLLOWING purposes:
Following is the syntax to INCLUDE a tag library: <%@ taglib prefix="c" uri=http://java.sun.com/jsp/jstl/core%> |
|