/classes
/index.html
/MANIFEST-INF
/WEB-INF/web.xml
/WEB-INF/classes
第1题:
Which two actions protect a resource file from direct HTTP access within a web application?()
第2题:
You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()
第3题:
Which path is required to be present within a WAR file?()
第4题:
You are building JSP pages that have a set of menus that are visible based on a user’s security role. Thesemenus are hand-crafted by your web design team; for example, the SalesManager role has a menu in thefile /WEB-INF/html/sales-mgr-menu.html. Which JSP code snippet should be used to make this menuvisible to the user?()
第5题:
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?()
第6题:
Which path is required to be present within a WAR file?()
第7题:
/conf/web.xml
/WEB-INF/web.xml
/conf/server.xml
/META-INF/web.xml
/WEB-INF/rules.xml
/META-INF/server. Xml
第8题:
session.getResource(/WEB-INF/myconfig.xml)
request.getResource(/WEB-INF/myconfig.xml)
context.getResource(/WEB-INF/myconfig.xml)
getClass().getResource(/WEB-INF/myconfig.xml)
第9题:
default.war/WEB-INF/_srv/config/uddi-config.xml
default.war/WEB-INF/_srv/config/user-config.xml
default.war/WEB-INF/weB.xml
default.war/WEB-INF/_srv/config/user-local-config.xml
第10题:
/WEB-INF/lib as a JAR file
/META-INF/lib as a JAR file
/classes as compiled class files
/WEB-INF/lib as compiled class files
/WEB-INF/classes as compiled class files
/META-INF/classes as compiled class files
第11题:
/classes
/index.html
/MANIFEST-INF
/WEB-INF/web.xml
/WEB-INF/classes
/WEB-INF/index.html
/META-INF/index.xml
第12题:
/classes
/index.html
/MANIFEST-INF
/WEB-INF/web.xml
/WEB-INF/classes
第13题:
UAP项目与BPM集成时需要修改BPM部署文件的一些配置文件,以下不属于其中需要修改的文件是()
第14题:
假设在helloapp应用中有一个Javabean文件HelloServlet,它位于org.javathinker包下,那么这个bean的class文件应该放在什么目录下? ()
第15题:
Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()
第16题:
Given an HttpSession session,a ServletRequest request,and a ServletContext context,which retrieves aURL to /WEB-INF/myconfig.xml within a web application?()
第17题:
In which two web application directories can dependent classes and libraries be located? ()
第18题:
集成统一权限时不需要配置以下哪个文件()
第19题:
The TLD must be located within the WEB-INF directory of the JAR file.
The TLD must be located within the META-INF directory of the JAR file.
The TLD must be located within the META-INF/tld/ directory of the JAR file.
The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.
The TLD must be located within a subdirectory of META-INF directory of the JAR file.
第20题:
helloapp/HelloServlet.class
helloapp/WEB-INF/HelloServlet.class
helloapp/WEB-INF/classes/HelloServlet.class
helloapp/WEB-INF/classes/org/javathinker/HelloServlet.class
第21题:
UALogin/WEB-INF/classes/cfg/userauth.properties
isc_services_v1_6.war/WEB-INF/config/prop-config
UALogin/WEB-INF/classes/cfg/objFactoryNoEjb_ORACLE.xml
isc_services/WEB-INF/config/bean-config/bean-core-config.xml
第22题:
<% if ( request.isUserInRole(SalesManager) ) { %> <%@ include file=’/WEB-INF/html/sales-mgr-menu.html’ %> <% } %>
<jsp:if test=’request.isUserInRole(SalesManager)’> <%@ include file=’/WEB-INF/html/sales-mgr-menu.html’ %> </jsp:if>
<% if ( request.isUserInRole(SalesManager) ) { %> . <jsp:include file=’/WEB-INF/html/sales-mgr-menu.html’ /> . <% } %>
<jsp:if test=’request.isUserInRole(SalesManager)’> <jsp:include file=’/WEB-INF/html/sales-mgr-menu.html’ /> </jsp:if>
第23题:
session.get Resource (“/WEB-INF/myconfig.xml”)
request.get Resource (“/WEB-INF/myconfig.xml”)
context.get Resource (“/WEB-INF/myconfig.xml”)
get Class ().get Resource (“/WEB-INF/myconfig.xml”)
第24题:
/WEB-INF/lib
/META-INF/lib
/classes 放置已经编译的类文件
/WEB-INF/classes