Which two features are provided by the JSTL Core library for a JSP?

Which two features are provided by the JSTL Core library for a JSP? (Choose two.)
A. iteration over a collection
B. buffering of large result sets
C. testing conditions
D. message localization

Download Printable PDF. VALID exam to help you PASS.

One thought on “Which two features are provided by the JSTL Core library for a JSP?

  1. Correct answer is AC.
    The question is about features of JSTL core library features and the source in explanation link states:
    “JSTL Core Tags: JSTL Core tags provide support for iteration, conditional logic, catch exception, url, forward or redirect response etc. To use JSTL core tags, we should include it in the JSP page like below.”
    Message localisation is part of Formatting library, again the source in explanation states:
    “JSTL Formatting and Localisation Tags: JSTL Formatting tags are provided for formatting of Numbers, Dates and i18n support through locales and resource bundles. We can include these jstl tags in JSP with below syntax.”

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.