InterviewSolution
| 1. |
What Is A Tag Library? |
|
Answer» The JavaServer Pages Standard Tag Library (JSTL) is a component of the Java EE Web application DEVELOPMENT platform. It extends the JSP SPECIFICATION by ADDING a tag library of JSP tags for common tasks, such as XML data processing, conditional EXECUTION, database access, LOOPS and internationalization. The JavaServer Pages Standard Tag Library (JSTL) is a component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks, such as XML data processing, conditional execution, database access, loops and internationalization. |
|