DEVFYI - Developer Resource - FYI

What is JavaServer Pages Standard Tag Library (JSTL)

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

151. What is JavaServer Pages Standard Tag Library (JSTL)

A tag library that encapsulates core functionality common to many JSP applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization and locale-specific formatting tags, SQL tags, and functions.

(Continued on next question...)

Other Interview Questions