Which two are true about the JSTL core iteration custom tags?

Which two are true about the JSTL core iteration custom tags? (Choose two.)

Which two are true about the JSTL core iteration custom tags? (Choose two.)

A.
It may iterate over arrays, collections, maps, and strings.

B.
The body of the tag may contain EL code, but not scripting code.

C.
When looping over collections, a loop status object may be used in the tag body.

D.
It may iterate over map, but only the key of the mapping may be used in the tag body.

E.
When looping over integers (for example begin= ‘1’ end= ‘10’), a loop status object may not be
used in the tag body.



Leave a Reply 2

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


giuseppe

giuseppe

the body-content of the iteration tag tld is JSP, so everything