问题详情

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


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 a map, but only the key of the mapping may be used in the tag body.

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

时间:2022-05-11 16:14 关键词: CMS专题 Java认证考试 SCDCD(310-081)

答案解析

A | C