SCWCD(310-083)

单选题Which path is required to be present within a WAR file?()A /classesB /index.htmlC /MANIFEST-INFD /WEB-INF/web.xmlE /WEB-INF/classes

题目
单选题
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

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

在下面哪个web应用目录中可以放置所需要的class文件?()  

  • A、 /WEB-INF/lib
  • B、 /META-INF/lib
  • C、 /classes 放置已经编译的类文件
  • D、 /WEB-INF/classes

正确答案:D

第2题:

Which two actions protect a resource file from direct HTTP access within a web application?()

  • A、Placing it in the /secure directory
  • B、Placing it in the /WEB-INF directory
  • C、Placing it in the /META-INF/secure directory
  • D、Creating a  element within the deployment descriptor

正确答案:B,C

第3题:

JavaBean文件应保存在()。

A、Web服务器的发布目录下

B、WEB-INF\classes下

C、WEB-INF下

D、webapps下


参考答案:B

第4题:

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

正确答案:D

第5题:

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?()

  • A、The TLD must be located within the WEB-INF directory of the JAR file.
  • B、The TLD must be located within the META-INF directory of the JAR file.
  • C、The TLD must be located within the META-INF/tld/ directory of the JAR file.
  • D、The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.
  • E、The TLD must be located within a subdirectory of META-INF directory of the JAR file.

正确答案:B,E

第6题:

Given an Http Session session. A Servlet Request request. And a Servlet Context context. Which retrieves a URL to /WEB INF/ my config.xml within a web application?()

  • A、 session.get Resource (“/WEB-INF/myconfig.xml”)
  • B、 request.get Resource (“/WEB-INF/myconfig.xml”)
  • C、 context.get Resource (“/WEB-INF/myconfig.xml”)
  • D、 get Class ().get Resource (“/WEB-INF/myconfig.xml”)

正确答案:C

第7题:

UAP项目与BPM集成时需要修改BPM部署文件的一些配置文件,以下不属于其中需要修改的文件是()

  • A、default.war/WEB-INF/_srv/config/uddi-config.xml
  • B、default.war/WEB-INF/_srv/config/user-config.xml
  • C、default.war/WEB-INF/weB.xml
  • D、default.war/WEB-INF/_srv/config/user-local-config.xml

正确答案:D

第8题:

WhichpathisrequiredtobepresentwithinaWARfile?()

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


参考答案:E

第9题:

假设在helloapp应用中有一个Javabean文件HelloServlet,它位于org.javathinker包下,那么这个bean的class文件应该放在什么目录下? ()

  • A、helloapp/HelloServlet.class
  • B、helloapp/WEB-INF/HelloServlet.class
  • C、helloapp/WEB-INF/classes/HelloServlet.class
  • D、helloapp/WEB-INF/classes/org/javathinker/HelloServlet.class

正确答案:D

第10题:

Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()

  • A、 /conf/web.xml
  • B、 /WEB-INF/web.xml
  • C、 /conf/server.xml
  • D、 /META-INF/web.xml
  • E、 /WEB-INF/rules.xml
  • F、 /META-INF/server. Xml

正确答案:B

更多相关问题