| Author |
JSTL
|
Richard Rex
Ranch Hand
Joined: Sep 19, 2005
Posts: 100
|
|
Which two are true about the JSTL Core iteration custom tags? Choose two. A. It may iterate over arrys, collections, maps and strings. B. The body of the tag may contain EL code, but not scripting code. C. When loopin 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 begin='1' end='10'), a loop status object may not be used in the tag body.
|
"If you fail to plan, you plan to fail."<br /> <br />Chad<br />SCJP 1.4<br />SCWCD 1.4<br />SCBCD 1.3<br />SCDJWS (next)
|
 |
singh santosh
Ranch Hand
Joined: Jan 13, 2006
Posts: 136
|
|
hi , My answer is A & C regards -santosh
|
 |
 |
|
|
subject: JSTL
|
|
|