Java EE 7 Application Developer — Question 20

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

Answer options

Correct answer: A, D

Explanation

The correct answers are A and D because the JSTL Core library provides features for iterating over collections and for message localization. Options B and C are not part of the JSTL Core library; buffering of large result sets is typically handled by the database or server-side logic, and testing conditions relates more to JSTL's EL or other libraries.