单项选择题
Which path is required to be present within a WAR file?()
A. /classes
B. /index.html
C. /MANIFEST-INF
D. /WEB-INF/web.xml
E. /WEB-INF/classes
F. /WEB-INF/index.html
G. /META-INF/index.xml
点击查看答案
相关考题
-
单项选择题
Whichelement,definedasachildofaelementinthewebapplicationdeploymentdescriptor,guaranteesaservletwillbeinitializedatthetimetheapplicationisdeployed?()
A. <load-on-startup/>
B. <load-on-startup>1</load-on-startup>
C. <load-on-startup>-1</load-on-startup>
D. <load-on-startup>true</load-on-startup> -
单项选择题
Within a web application deployment descriptor, which maps the com.example.LoginServlet servlet to /utils/LoginServlet?()
A.A
B.B
C.C
D.D -
多项选择题
Which three EL expressions, inserted at line 16, are valid and evaluate to “d”? ()
A. ${map.c}
B. ${map[c]}
C. ${map[“c”]}
D. ${map.map.b}
E. ${map[map.b]}
F. ${map.map(map.b)}
