问题:
Given:
11.<servlet>
12.<servlet-name>catalog</servlet-name>
13.<jsp-file>/catalogTemplate.jsp</jsp-file>
14.<load-on-startup>10</load-on-startup>
15.</servlet>
Which two are true?()
A . Line 13 is not valid for a servlet declaration.
B . Line 14 is not valid for a servlet declaration.
C . One instance of the servlet will be loaded at startup.
D . Ten instances of the servlet will be loaded at startup.
E . The servlet will be referenced by the name catalog in mappings.
Given:
11.<servlet>
12.<servlet-name>catalog</servlet-name>
13.<jsp-file>/catalogTemplate.jsp</jsp-file>
14.<load-on-startup>10</load-on-startup>
15.</servlet>
Which two are true?()
● 参考解析
本题暂无解析