Exam 1z0-900 All QuestionsBrowse all questions from this exam
Question 43

Which two features are provided by the JSTL Core library for a JSP? (Choose two.)

    Correct Answer: A, C

    The JSTL Core library for JSP provides features like iteration over a collection and testing conditions. Iteration is handled by tags such as <c:forEach> and <c:forTokens>, while testing conditions is enabled by tags such as <c:if> and <c:choose>. Message localization, while important, is typically managed by the JSTL Formatting library, and buffering of large result sets is not a primary feature of the JSTL Core library.

Discussion
devmsalehOptions: AC

A and C are correct answers

kozionovOptions: AC

A and C

orjavaOptions: AC

Answer A, C. Can iterate through collection, Output values, Test Conditions ..........