多项选择题
Which two are true regarding a web application class loader?()
A.A web application may override the web container’s implementation classes.
B.A web application running in a J2EE product may override classes in the javax.* namespace.
C.A web application class loader may NOT override any classes in the java.* and javax.* namespaces.
D.Resources in the WAR class directory or in any of the JAR files within the library directory may be accessed using the J2SE semantics of getResource.
相关考题
-
多项选择题
Whichthreearedescribedinthestandardwebapplicationdeploymentdescriptor?()
A.session configuration
B.MIME type mappings
C.context root for the application
D.servlet instance pool configuration
E.web container default port bindings
F.Servlet Context initialization parameters -
单项选择题
Withinthewebapplicationdeploymentdescriptor,whichdefinesavalidJNDIenvironmententry?()
A.
B.
C.
D. -
单项选择题
Whichelementofthewebapplicationdeploymentdescriptordefinestheservletclassassociatedwithaservletinstance?()
A.<class><br/>
B.<webapp><br/>
C.<servlet><br/>
D.<codebase><br/>
E.<servlet-class>
