找考题网-背景图
多项选择题

Given: 11. 12.catalog 13. catalogTemplate.jsp 14.10 15.……

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.

热门试题