多选题In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()A/WEB-INFB/META-INFC/WEB-INF/tldsD/META-INF/tldsEWEB-INF/resourcesF/META-INF/resources
多选题
In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()
A
/WEB-INF
B
/META-INF
C
/WEB-INF/tlds
D
/META-INF/tlds
E
WEB-INF/resources
F
/META-INF/resources
参考解析
解析:
暂无解析
相关考题:
Which three features are part of the branch SRX series UTM suite?() (Choose three.) A. antispamB. antivirusC. IPSD. application firewallingE. Web filtering
Which components are installed on the middle tier in a WebSphere Commerce V 5.6 three-tier configuration (i.e. in a three-node topology)?()A、WebSphere Commerce Server, WebSphere Application Server and Web server pluginB、WebSphere Application Server, Database Client and Web server pluginC、WebSphere Commerce Server, Database Server and WebSphere Application ServerD、WebSphere Commerce Server, WebSphere Application Server and Database ClientE、Web server, WebSphere Commerce Server and WebSphere Application Server
In which three directories, relative to a web application’s root, may a tag library descriptor file reside whendeployed directly into a web application?()A、/WEB-INFB、/META-INFC、/WEB-INF/tldsD、/META-INF/tldsE、/WEB-INF/resourcesF、/META-INF/resources
Which three are described in the standard web application deployment descriptor?() A、 session configurationB、 MIME type mappingsC、 context root for the applicationD、 servlet instance pool configurationE、 web container default port bindingsF、 ServletContext initialization parameters
Which three are described in the standard web application deployment descriptor?()A、session configurationB、MIME type mappingsC、context root for the applicationD、servlet instance pool configurationE、web container default port bindingsF、Servlet Context initialization parameters
Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()A、 /conf/web.xmlB、 /WEB-INF/web.xmlC、 /conf/server.xmlD、 /META-INF/web.xmlE、 /WEB-INF/rules.xmlF、 /META-INF/server. Xml
You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()A、The JAR fileB、A directory called libC、A directory called tagsD、A directory called TLDsE、A directory called classesF、A directory called META-INF
In which two web application directories can dependent classes and libraries be located? ()A、 /WEB-INF/lib as a JAR fileB、 /META-INF/lib as a JAR fileC、 /classes as compiled class filesD、 /WEB-INF/lib as compiled class filesE、 /WEB-INF/classes as compiled class filesF、 /META-INF/classes as compiled class files
Your web application requires the ability to load and remove web files dynamically to the web container’s filesystem. Which two HTTP methods are used to perform these actions?()A、PUTB、POSTC、SENDD、DELETEE、REMOVE
Which three are guaranteed to be valid for the element of a web application deployment descriptor?()A、 FORMB、 DIGESTC、 NORMALD、 ENCRYPTEDE、 CLIENT-CERT
Servlet A receives a request that it forwards to servlet B within another web application in the same web container. Servlet A needs to share data with servlet B and that data must not be visible to other servlets in A’s web application. In which object can the data that A shares with B be stored?()A、 HttpSessionB、 ServletConfigC、 ServletContextD、 HttpServletRequestE、 HttpServletResponse
Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()A、ejb-refB、jdbc-refC、servlet-refD、resource-refE、javamail-refF、resource-env-ref
Which three features are part of the branch SRX series UTM suite?() (Choose three.)A、antispamB、antivirusC、IPSD、application firewallingE、Web filtering
Which three applications or protocols are accelerated by AppFlow?() (Choose three.)A、UNIX NFS protocolB、Web-based e-mailC、Secure Sockets LayerD、Microsoft's Common Internet File SystemE、Microsoft's Messaging Application Programming Interface
单选题Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()A /conf/web.xmlB /WEB-INF/web.xmlC /conf/server.xmlD /META-INF/web.xmlE /WEB-INF/rules.xmlF /META-INF/server. Xml
多选题Your web application requires the ability to load and remove web files dynamically to the web container’s filesystem. Which two HTTP methods are used to perform these actions?()APUTBPOSTCSENDDDELETEEREMOVE
多选题Which three are described in the standard web application deployment descriptor?()Asession configurationBMIME type mappingsCcontext root for the applicationDservlet instance pool configurationEweb container default port bindingsFServletContext initialization parameters
单选题Which components are installed on the middle tier in a WebSphere Commerce V 5.6 three-tier configuration (i.e. in a three-node topology)?()AWebSphere Commerce Server, WebSphere Application Server and Web server pluginBWebSphere Application Server, Database Client and Web server pluginCWebSphere Commerce Server, Database Server and WebSphere Application ServerDWebSphere Commerce Server, WebSphere Application Server and Database ClientEWeb server, WebSphere Commerce Server and WebSphere Application Server
多选题Which three are described in the standard web application deployment descriptor?()Asession configurationBMIME type mappingsCcontext root for the applicationDservlet instance pool configurationEweb container default port bindingsFServlet Context initialization parameters
多选题Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()Aejb-refBjdbc-refCservlet-refDresource-refEjavamail-refFresource-env-ref
多选题You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()AThe JAR fileBA directory called libCA directory called tagsDA directory called TLDsEA directory called classesFA directory called META-INF
多选题Which the three interfaces need to be declared in the web application deployment descriptor? ()AHttpSessionListenerBHttpSessionBindingListenerCHttpSessionTimedOutListenerDHttpSessionAttributeListenerEHttpSessionActivationListenerFHttpSessionPassivatedListener
多选题In which three directories, relative to a web application’s root, may a tag library descriptor file reside whendeployed directly into a web application?()A/WEB-INFB/META-INFC/WEB-INF/tldsD/META-INF/tldsE/WEB-INF/resourcesF/META-INF/resources
多选题In which two web application directories can dependent classes and libraries be located? ()A/WEB-INF/lib as a JAR fileB/META-INF/lib as a JAR fileC/classes as compiled class filesD/WEB-INF/lib as compiled class filesE/WEB-INF/classes as compiled class filesF/META-INF/classes as compiled class files
单选题Servlet A receives a request that it forwards to servlet B within another web application in the same web container. Servlet A needs to share data with servlet B and that data must not be visible to other servlets in A’s web application. In which object can the data that A shares with B be stored?()A HttpSessionB ServletConfigC ServletContextD HttpServletRequestE HttpServletResponse
多选题Which three are guaranteed to be valid for the element of a web application deployment descriptor?()AFORMBDIGESTCNORMALDENCRYPTEDECLIENT-CERT
多选题Which three applications or protocols are accelerated by AppFlow?() (Choose three.)AUNIX NFS protocolBWeb-based e-mailCSecure Sockets LayerDMicrosoft's Common Internet File SystemEMicrosoft's Messaging Application Programming Interface