InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by JSTL? |
|
Answer» The JSP Standard TAG Library or JSTL is a set of tags created to SIMPLIFY the JSP development. The JSTL tags help in FAST development, CODE reusability and eliminate the required use of SCRIPTLET tags. |
|