问题:
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? ()
A . A
B . The echo tag handler must define the setAttribute (String key, String value) method
C . The
D . The class implementing the echo tag handler must implement the javax.sevlet.jsp.tagext.IterationTag interface
E . The class implementing the echo tag handler must implement the javax.sevlet.jsp.tagext.DynamicAttributes interface
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? ()
● 参考解析
本题暂无解析
相关内容
相关标签