Boa tarde pessoal, queria ver se alguem pode me ajudar com essa questão, eu não estou conseguindo entender ate mesmo depois que vi a resposta correta segundo o simulado:
A custom JSP tag must be able to support an arbitrary number of attributes
whose names are unknown when the tag class is designed. Which two are true? (Choose two.)
A. The <body-content> element in the echo tag TLD must have the value JSP.
B. The echo tag handler must define the setAttribute(String key, String value) method.
C. The <dynamic-attributes>true</dynamic-attributes> element must appear in the echo tag TLD.
D. The class implementing the echo tag handler must implement the javax.servlet.jsp.tagext.IterationTag
interface.
E. The class implementing the echo tag handler must implement the javax.servlet.jsp.tagext.DynamicAttributes
interface.
Se alguem poder explicar, Grato…
opa!!! esqueci da respota: C, E